Making the vertical ProgressBar fill bottom up (see #3446)

This commit is contained in:
Hombre
2016-11-24 23:50:26 +01:00
parent 17ff228177
commit 330cd49840

View File

@@ -261,6 +261,7 @@ RTWindow::RTWindow ()
if (options.mainNBVertical) {
prProgBar.set_orientation(Gtk::ORIENTATION_VERTICAL);
prProgBar.set_inverted(true);
actionGrid->set_orientation(Gtk::ORIENTATION_VERTICAL);
actionGrid->attach_next_to(prProgBar, Gtk::POS_BOTTOM, 1, 1);
actionGrid->attach_next_to(*preferences, Gtk::POS_BOTTOM, 1, 1);