mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
GtkFontChooser: Refine 'no matches' pages
Use a better icon, and put the text below.
This commit is contained in:
parent
0e267ce7ff
commit
6663257bf0
@ -158,7 +158,7 @@
|
||||
<child>
|
||||
<object class="GtkGrid">
|
||||
<property name="visible">True</property>
|
||||
<property name="column_spacing">12</property>
|
||||
<property name="row_spacing">12</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="halign">center</property>
|
||||
@ -169,7 +169,7 @@
|
||||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="visible">True</property>
|
||||
<property name="icon-name">emblem-documents-symbolic</property>
|
||||
<property name="gicon">fonticon</property>
|
||||
<property name="pixel-size">64</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -187,8 +187,8 @@
|
||||
</attributes>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">0</property>
|
||||
<property name="left_attach">0</property>
|
||||
<property name="top_attach">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
@ -209,4 +209,8 @@
|
||||
</packing>
|
||||
</child>
|
||||
</template>
|
||||
<object class="GThemedIcon" id="fonticon">
|
||||
<property name="names">font-x-generic-symbolic
|
||||
emblem-documents-symbolic</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
Loading…
Reference in New Issue
Block a user