Adapt to real hi-DPI update

Change recursive folder browsing button icon color and size.
This commit is contained in:
Lawrence Lee
2024-03-09 12:47:52 -08:00
parent 3e8ebfef2c
commit 82dce5fd47
2 changed files with 5 additions and 5 deletions

View File

@@ -350,7 +350,7 @@ FileCatalog::FileCatalog (CoarsePanel* cp, ToolBar* tb, FilePanel* filepanel) :
bOriginal->signal_button_press_event().connect (sigc::mem_fun(*this, &FileCatalog::capture_event), false);
bRecursive = Gtk::manage(new Gtk::ToggleButton());
bRecursive->set_image(*Gtk::manage(new RTImage("folder-subfolder.png")));
bRecursive->set_image(*Gtk::manage(new RTImage("folder-subfolder", Gtk::ICON_SIZE_LARGE_TOOLBAR)));
bRecursive->set_tooltip_text(M("FILEBROWSER_SHOWRECURSIVE"));
bRecursive->set_relief(Gtk::RELIEF_NONE);
bRecursive->set_active(options.browseRecursive);