From 1e5d66c9be1af130e1b71a7cc15429c98ed099ae Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:19:23 +0900 Subject: [PATCH] chore: change alignment property to hold future items --- dzgui/views/pages/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/views/pages/options.py b/dzgui/views/pages/options.py index 6e07eab..54e205c 100644 --- a/dzgui/views/pages/options.py +++ b/dzgui/views/pages/options.py @@ -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)