Skip to content

Commit

Permalink
remove statusbar alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcolinuxz committed May 12, 2023
1 parent 6fc9506 commit cd5fdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/arcolinux-app-glade/arcolinux_application_glade.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ def setup_gui(self):

self.statusbar = self.builder.get_object("statusbar")

align = Gtk.Alignment(xalign=0.5, yalign=0.5)
align.add(self.statusbar)
# align = Gtk.Alignment(xalign=0.5, yalign=0.5)
# align.add(self.statusbar)

logging.info("Display main window")
window.show()
Expand Down

0 comments on commit cd5fdc5

Please sign in to comment.