We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c89902 commit 9b691d0Copy full SHA for 9b691d0
src/main_window.py
@@ -997,6 +997,7 @@ def open_itemsDialog(self, w):
997
self.switch_06.connect('notify::active', self.show_appsbtn)
998
999
self.appsButton.add_css_class("flat")
1000
+ self.appsButton.set_valign(Gtk.Align.CENTER)
1001
self.appsButton.connect("clicked", self.manage_data_list)
1002
1003
self.itemsDialog.add_response('cancel', _["cancel"])
0 commit comments