update icon & ui changes

This commit is contained in:
2024-05-20 02:27:01 +03:00
parent 6e7bca2579
commit 8086928d43
3 changed files with 40 additions and 5 deletions

View File

@@ -5,19 +5,39 @@
<child>
<object class="GtkBox" id="content">
<property name="orientation">horizontal</property>
<property name="orientation">horizontal</property>
<property name="halign">GTK_ALIGN_CENTER</property>
<child>
<object class="GtkButton" id="edit_button">
<property name="label">Edit cards</property>
<property name="valign">GTK_ALIGN_FILL</property>
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="margin-top">375</property>
<property name="margin-bottom">375</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
</object>
</child>
<child>
<object class="GtkButton" id="start_button">
<property name="label">start game</property>
<property name="valign">GTK_ALIGN_FILL</property>
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="margin-top">375</property>
<property name="margin-bottom">375</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
</object>
</child>
<child>
<object class="GtkButton" id="back_button">
<property name="label">go back</property>
<property name="valign">GTK_ALIGN_FILL</property>
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="margin-top">375</property>
<property name="margin-bottom">375</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
</object>
</child>
</object>

View File

@@ -14,6 +14,8 @@
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="margin-top">375</property>
<property name="margin-bottom">375</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<style>
<class name="hiragana_and_katakana" />
</style>
@@ -44,6 +46,8 @@
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="margin-top">375</property>
<property name="margin-bottom">375</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<style>
<class name="memory_cards" />
</style>