WIP: Adding stacks for lib in runmode

This commit is contained in:
Adrien Bourmault 2023-02-01 19:12:57 +01:00
parent 9ae1c49522
commit e4edaf39ca
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 21 additions and 14 deletions

View File

@ -61,25 +61,12 @@
</child>
<child>
<object class="GtkStackSwitcher">
<property name="visible">True</property>
<property name="stack">runlib_stack</property>
</object>
</child>
<child>
<object class="GtkStack" id="runlib_stack">
<child>
<object class="GtkStackPage">
<property name="name">runlib_rules</property>
<property name="title" translatable="yes">runlib_rules</property>
<property name="visible">True</property>
<property name="child">
<object class="GtkLabel" id="label_runlib_rules">
<property name="justify">center</property>
<property name="label" translatable="yes">&lt;b&gt;label_runlib_rules&lt;/b&gt;</property>
<property name="use-markup">True</property>
</object>
</property>
</object>
</child>
<child>
<object class="GtkStackPage">
<property name="name">runlib_condition</property>
@ -90,6 +77,24 @@
<property name="justify">center</property>
<property name="label" translatable="yes">&lt;b&gt;label_runlib_condition&lt;/b&gt;</property>
<property name="use-markup">True</property>
<property name="margin-top">50</property>
<property name="margin-bottom">50</property>
</object>
</property>
</object>
</child>
<child>
<object class="GtkStackPage">
<property name="name">runlib_rules</property>
<property name="title" translatable="yes">runlib_rules</property>
<property name="visible">True</property>
<property name="child">
<object class="GtkLabel" id="label_runlib_rules">
<property name="justify">center</property>
<property name="label" translatable="yes">&lt;b&gt;label_runlib_rules&lt;/b&gt;</property>
<property name="use-markup">True</property>
<property name="margin-top">50</property>
<property name="margin-bottom">50</property>
</object>
</property>
</object>
@ -104,6 +109,8 @@
<property name="justify">center</property>
<property name="label" translatable="yes">&lt;b&gt;label_runlib_objects&lt;/b&gt;</property>
<property name="use-markup">True</property>
<property name="margin-top">50</property>
<property name="margin-bottom">50</property>
</object>
</property>
</object>