This commit is contained in:
fgerlits 2006-09-13 10:14:34 +00:00
parent dc2fe2d5b6
commit f069b3ead9
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ OptionsWindow :: constructSchedulerSection(void) throw ()
Gtk::HBox * statusReportBox = Gtk::manage(new Gtk::HBox);
statusReportBox->pack_start(*statusTextLabel, Gtk::PACK_SHRINK, 5);
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_SPREAD, 20));