Making the vertical ProgressBar fill bottom up (see #3446)
This commit is contained in:
@@ -261,6 +261,7 @@ RTWindow::RTWindow ()
|
|||||||
|
|
||||||
if (options.mainNBVertical) {
|
if (options.mainNBVertical) {
|
||||||
prProgBar.set_orientation(Gtk::ORIENTATION_VERTICAL);
|
prProgBar.set_orientation(Gtk::ORIENTATION_VERTICAL);
|
||||||
|
prProgBar.set_inverted(true);
|
||||||
actionGrid->set_orientation(Gtk::ORIENTATION_VERTICAL);
|
actionGrid->set_orientation(Gtk::ORIENTATION_VERTICAL);
|
||||||
actionGrid->attach_next_to(prProgBar, Gtk::POS_BOTTOM, 1, 1);
|
actionGrid->attach_next_to(prProgBar, Gtk::POS_BOTTOM, 1, 1);
|
||||||
actionGrid->attach_next_to(*preferences, Gtk::POS_BOTTOM, 1, 1);
|
actionGrid->attach_next_to(*preferences, Gtk::POS_BOTTOM, 1, 1);
|
||||||
|
Reference in New Issue
Block a user