Set back the main progressbar to Gtk::ProgressBar, to make widget size
shorter.
This commit is contained in:
parent
f344a2cee2
commit
fc41b0fa80
@ -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)
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user