Solving issue 593 with Maweso's patch + GUI cleanup of the preference window
This commit is contained in:
@@ -120,6 +120,10 @@ class Preferences : public Gtk::Dialog {
|
||||
void themeChanged ();
|
||||
void useThemeChanged();
|
||||
void fontChanged ();
|
||||
void forRAWComboChanged ();
|
||||
void forImageComboChanged ();
|
||||
void layoutComboChanged ();
|
||||
void cacheFormatComboChanged ();
|
||||
void switchThemeTo (Glib::ustring newTheme);
|
||||
void switchFontTo (Glib::ustring newFont);
|
||||
|
||||
@@ -148,6 +152,7 @@ class Preferences : public Gtk::Dialog {
|
||||
void clearProfilesPressed ();
|
||||
void clearThumbImagesPressed ();
|
||||
void clearAllPressed ();
|
||||
|
||||
void behAddRadioToggled (const Glib::ustring& path);
|
||||
void behSetRadioToggled (const Glib::ustring& path);
|
||||
// void selectICCProfileDir ();
|
||||
|
Reference in New Issue
Block a user