mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
reftests: Fix icon-vfuncs reftest
The reftest broke when font size lead to labels > 16px.
This commit is contained in:
parent
024c11dd66
commit
0eb62c1629
@ -4,9 +4,11 @@
|
||||
-gtk-icon-source: url("green-20x20.png");
|
||||
-GtkCheckButton-indicator-size: 16;
|
||||
-GtkCheckButton-indicator-spacing: 0;
|
||||
-GtkArrow-arrow-scaling: 1.0666666666666666666667;
|
||||
-GtkArrow-arrow-scaling: 1.0;
|
||||
/*666666666666666666667;*/
|
||||
-GtkExpander-expander-spacing: 0;
|
||||
-GtkExpander-expander-size: 16;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
GtkImage {
|
||||
|
@ -67,6 +67,8 @@
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
@ -79,6 +81,8 @@
|
||||
<object class="GtkImage" id="image2">
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
@ -91,6 +95,8 @@
|
||||
<object class="GtkImage" id="image3">
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
@ -103,6 +109,8 @@
|
||||
<object class="GtkImage" id="image4">
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
@ -115,6 +123,8 @@
|
||||
<object class="GtkImage" id="image5">
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
|
@ -106,6 +106,8 @@
|
||||
<property name="can_focus">False</property>
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
Loading…
Reference in New Issue
Block a user