summaryrefslogtreecommitdiff
path: root/testsuite/reftests/gtk-icontheme-sizing.ui
blob: c1a1e6014bed98e8829bcb119f62482cc24422d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.12"/>
  <object class="GtkWindow" id="window1">
    <property name="width_request">100</property>
    <property name="height_request">100</property>
    <property name="type">popup</property>
    <child>
      <object class="GtkBox" id="box1">
        <property name="orientation">vertical</property>
        <child>
          <placeholder/>
        </child>
      </object>
    </child>
  </object>
</interface>