fixing #1800
This commit is contained in:
parent
dc2fe2d5b6
commit
f069b3ead9
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ OptionsWindow :: constructSchedulerSection(void) throw ()
|
||||||
Gtk::HBox * statusReportBox = Gtk::manage(new Gtk::HBox);
|
Gtk::HBox * statusReportBox = Gtk::manage(new Gtk::HBox);
|
||||||
statusReportBox->pack_start(*statusTextLabel, Gtk::PACK_SHRINK, 5);
|
statusReportBox->pack_start(*statusTextLabel, Gtk::PACK_SHRINK, 5);
|
||||||
schedulerStatusLabel = Gtk::manage(new Gtk::Label);
|
schedulerStatusLabel = Gtk::manage(new Gtk::Label);
|
||||||
statusReportBox->pack_start(*schedulerStatusLabel, Gtk::PACK_SHRINK, 5);
|
statusReportBox->pack_start(*schedulerStatusLabel, Gtk::PACK_SHRINK, 0);
|
||||||
|
|
||||||
Gtk::ButtonBox * startStopButtons = Gtk::manage(new Gtk::HButtonBox(
|
Gtk::ButtonBox * startStopButtons = Gtk::manage(new Gtk::HButtonBox(
|
||||||
Gtk::BUTTONBOX_SPREAD, 20));
|
Gtk::BUTTONBOX_SPREAD, 20));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue