ui: move diversion button to the right

This commit is contained in:
Vinícius 2020-11-14 13:18:39 -03:00 committed by Peter F. Patel-Schneider
parent 0b5c263799
commit 717213c506
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ def _create_window_layout():
bottom_buttons_box.add(about_button)
diversion_button = _new_button(_('Diversion rules'), '', icon_size=_SMALL_BUTTON_ICON_SIZE, clicked=_show_diversion_window)
bottom_buttons_box.add(diversion_button)
bottom_buttons_box.set_child_secondary(diversion_button, True)
# solaar_version = Gtk.Label()
# solaar_version.set_markup('<small>' + NAME + ' v' + VERSION + '</small>')