Set back the main progressbar to Gtk::ProgressBar, to make widget size

shorter.
This commit is contained in:
Hombre 2016-01-10 02:16:15 +01:00
parent f344a2cee2
commit fc41b0fa80
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,6 @@ RTWindow::RTWindow ()
: mainNB(NULL) : mainNB(NULL)
, bpanel(NULL) , bpanel(NULL)
, splash(NULL) , splash(NULL)
, prProgBar(300)
, btn_fullscreen(NULL) , btn_fullscreen(NULL)
, epanel(NULL) , epanel(NULL)
, fpanel(NULL) , fpanel(NULL)

View File

@ -40,7 +40,7 @@ private:
std::map<Glib::ustring, EditorPanel*> epanels; std::map<Glib::ustring, EditorPanel*> epanels;
Splash* splash; Splash* splash;
MyProgressBar prProgBar; Gtk::ProgressBar prProgBar;
PLDBridge* pldBridge; PLDBridge* pldBridge;
bool is_fullscreen; bool is_fullscreen;
bool on_delete_has_run; bool on_delete_has_run;