now text properties of CardDisplay are selectable

This commit is contained in:
2024-05-03 01:58:33 +03:00
parent 2398b3cfab
commit c308a34db7
2 changed files with 3 additions and 21 deletions

View File

@@ -17,6 +17,7 @@
<property name="halign">GTK_ALIGN_START</property>
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="margin-start">50</property>
<property name="selectable">true</property>
</object>
</child>
<child>
@@ -24,6 +25,7 @@
<property name="halign">GTK_ALIGN_START</property>
<property name="valign">GTK_ALIGN_CENTER</property>
<property name="margin-start">50</property>
<property name="selectable">true</property>
</object>
</child>
<child>
@@ -36,6 +38,7 @@
<property name="width-chars">16</property>
<property name="max-width-chars">16</property>
<property name="wrap">true</property>
<property name="selectable">true</property>
</object>
</child>
<child>