diff options
Diffstat (limited to 'tests/a11y/pickers.ui')
-rw-r--r-- | tests/a11y/pickers.ui | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/tests/a11y/pickers.ui b/tests/a11y/pickers.ui deleted file mode 100644 index a540fa1ccb..0000000000 --- a/tests/a11y/pickers.ui +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <!-- interface-requires gtk+ 3.0 --> - <object class="GtkWindow" id="window1"> - <property name="can_focus">False</property> - <property name="type">popup</property> - <child> - <object class="GtkGrid" id="grid1"> - <property name="visible">True</property> - <child> - <object class="GtkAppChooserButton" id="button1"> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkColorButton" id="button2"> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkFontButton" id="button3"> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> - </packing> - </child> -<!-- - <child> - <object class="GtkFileChooserButton" id="button4"> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">3</property> - <property name="top_attach">0</property> - </packing> - </child> ---> - </object> - </child> - </object> -</interface> |