Merge pull request #3451 from abenz1267/walkerlayout

fix(walker): update for breaking changes in latest version
This commit is contained in:
Ryan Hughes
2025-11-21 11:49:15 -05:00
committed by GitHub
2 changed files with 32 additions and 4 deletions

View File

@@ -112,13 +112,40 @@
</child>
</object>
</child>
<child>
<object class="GtkBox" id="Keybinds">
<property name="hexpand">true</property>
<property name="margin-top">10</property>
<style>
<class name="keybinds"></class>
</style>
<child>
<object class="GtkBox" id="GlobalKeybinds">
<property name="spacing">10</property>
<style>
<class name="global-keybinds"></class>
</style>
</object>
</child>
<child>
<object class="GtkBox" id="ItemKeybinds">
<property name="hexpand">true</property>
<property name="halign">end</property>
<property name="spacing">10</property>
<style>
<class name="item-keybinds"></class>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="GtkLabel" id="Error">
<style>
<class name="error"></class>
</style>
<property name="xalign">0</property>
<property name="visible">false</property>
<property name="visible">false</property>
</object>
</child>
</object>