chore: change alignment property to hold future items

This commit is contained in:
aclist 2026-07-27 23:19:23 +09:00
parent 202620c062
commit 1e5d66c9be

View File

@ -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)