updating cards

This commit is contained in:
2024-04-14 12:12:18 +03:00
parent 4ec6e32357
commit 47fd5b3b9d
14 changed files with 87 additions and 32 deletions

View File

@@ -36,6 +36,13 @@
<property name="placeholder-text">Reading</property>
</object>
</child>
<child>
<object class="GtkEntry" id="translation_entry">
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="placeholder-text">Translation</property>
</object>
</child>
<child>
<object class="GtkButton" id="done_button">
<property name="halign">GTK_ALIGN_CENTER</property>

View File

@@ -19,7 +19,7 @@
</object>
</child>
<child>
<object class="GtkLabel" id="reading_label">
<object class="GtkLabel" id="translation_label">
<property name="halign">GTK_ALIGN_END</property>
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="margin-end">50</property>