Improve look of favorites preferences

Set a fixed width for the lists, embed the preferences in a
horizontally-scrollable window, and open the preferences window on the
general tab.
This commit is contained in:
Lawrence Lee
2021-11-25 15:35:02 -08:00
parent c6a45ae765
commit fde15eaebb
3 changed files with 10 additions and 8 deletions

View File

@@ -272,6 +272,7 @@ class Preferences final :
Gtk::ScrolledWindow *swGeneral;
Gtk::ScrolledWindow *swImageProcessing;
Gtk::ScrolledWindow *swFavorites;
Gtk::ScrolledWindow *swDynamicProfile;
Gtk::ScrolledWindow *swFileBrowser;
Gtk::ScrolledWindow *swColorMan;