forked from AuroraMiddleware/gtk
reftests: get icon-vfuncs test almost working again
The remaining difference here is GtkArrow, which is deprecated and has not been updated to the latest CSS rendering standards.
This commit is contained in:
parent
fac5ed6165
commit
866193f6af
@ -2,12 +2,8 @@
|
||||
|
||||
* {
|
||||
-gtk-icon-source: url("green-20x20.png");
|
||||
-GtkCheckButton-indicator-size: 16;
|
||||
-GtkCheckButton-indicator-spacing: 0;
|
||||
-GtkArrow-arrow-scaling: 1.0;
|
||||
/*666666666666666666667;*/
|
||||
-GtkExpander-expander-spacing: 0;
|
||||
-GtkExpander-expander-size: 16;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
||||
<property name="width_request">16</property>
|
||||
<property name="height_request">16</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="valign">center</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
|
@ -23,6 +23,8 @@
|
||||
<object class="GtkSpinner" id="spinner1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
@ -80,6 +82,8 @@
|
||||
<property name="receives_default">False</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
@ -94,6 +98,8 @@
|
||||
<property name="xalign">0</property>
|
||||
<property name="active">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
@ -118,6 +124,8 @@
|
||||
<object class="GtkExpander" id="expander1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user