mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
chore: change alignment property to hold future items
This commit is contained in:
parent
202620c062
commit
1e5d66c9be
@ -133,7 +133,7 @@ class Options(Gtk.Box):
|
||||
[LeftLabel(APPNAME_DAYZ_EXP_HUMAN), self.dayz_exp_version_label],
|
||||
]
|
||||
|
||||
api_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)
|
||||
api_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||
api_grid = self._make_grid(api_rows)
|
||||
api_box.add(api_grid)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user