fixed walker

This commit is contained in:
voidarclabs
2026-01-22 20:40:10 +00:00
parent 0a174854b5
commit 7b63b2f9ec
5 changed files with 192 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
<property name="valign">center</property>
<property name="halign">center</property>
<property name="width-request">600</property>
<property name="height-request">550</property>
<property name="height-request">570</property>
<child>
<object class="GtkBox" id="Box">
<style>
@@ -101,6 +101,7 @@
<class name="list"></class>
</style>
<property name="max_columns">1</property>
<property name="min_columns">1</property>
<property name="can_focus">false</property>
</object>
</child>
@@ -116,29 +117,27 @@
</object>
</child>
<child>
<object class="GtkBox" id="KeybindsWrapper">
<object class="GtkBox" id="Keybinds">
<property name="hexpand">true</property>
<property name="margin-top">10</property>
<style>
<class name="keybinds-wrapper"></class>
<class name="keybinds"></class>
</style>
<child>
<object class="GtkBox" id="GlobalKeybinds">
<property name="hexpand">true</property>
<property name="spacing">10</property>
<property name="margin-top">10</property>
<style>
<class name="global-keybinds"></class>
</style>
</object>
</child>
<child>
<object class="GtkBox" id="Keybinds">
<object class="GtkBox" id="ItemKeybinds">
<property name="hexpand">true</property>
<property name="halign">end</property>
<property name="spacing">10</property>
<property name="margin-top">10</property>
<style>
<class name="keybinds"></class>
<class name="item-keybinds"></class>
</style>
</object>
</child>
@@ -150,7 +149,7 @@
<class name="error"></class>
</style>
<property name="xalign">0</property>
<property name="visible">false</property>
<property name="visible">false</property>
</object>
</child>
</object>