Fix icon size of the WB combobox, fix unsensitive button color,
fix progress bar, fix folder line spacing. See PR #5215
This commit is contained in:
@@ -96,12 +96,7 @@ RTWindow::RTWindow ()
|
||||
{
|
||||
|
||||
cacheMgr->init ();
|
||||
RTScalable::init(this);
|
||||
RTSurface::init();
|
||||
RTImage::init();
|
||||
WhiteBalance::init();
|
||||
ProfilePanel::init (this);
|
||||
MyExpander::init();
|
||||
|
||||
// ------- loading theme files
|
||||
|
||||
@@ -239,6 +234,12 @@ RTWindow::RTWindow ()
|
||||
|
||||
// ------- end loading theme files
|
||||
|
||||
RTScalable::init(this);
|
||||
RTSurface::init();
|
||||
RTImage::init();
|
||||
WhiteBalance::init();
|
||||
MyExpander::init();
|
||||
|
||||
#ifndef WIN32
|
||||
const std::vector<Glib::RefPtr<Gdk::Pixbuf>> appIcons = {
|
||||
RTImage::createPixbufFromFile("rawtherapee-logo-16.png"),
|
||||
|
Reference in New Issue
Block a user