summaryrefslogtreecommitdiff
path: root/modules/inspector/themes.ui
diff options
context:
space:
mode:
Diffstat (limited to 'modules/inspector/themes.ui')
-rw-r--r--modules/inspector/themes.ui68
1 files changed, 0 insertions, 68 deletions
diff --git a/modules/inspector/themes.ui b/modules/inspector/themes.ui
deleted file mode 100644
index 73ca432a46..0000000000
--- a/modules/inspector/themes.ui
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface domain="gtk30">
- <template class="GtkInspectorThemes" parent="GtkListBox">
- <property name="selection-mode">none</property>
- <child>
- <object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
- <property name="margin">10</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Use dark variant</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.0</property>
- </object>
- </child>
- <child>
- <object class="GtkSwitch" id="dark_switch">
- <property name="visible">True</property>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
- <property name="margin">10</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label" translatable="yes">GTK+ Theme</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.0</property>
- </object>
- </child>
- <child>
- <object class="GtkComboBoxText" id="theme_combo">
- <property name="visible">True</property>
- <signal name="changed" handler="theme_changed"/>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkBox">
- <property name="visible">True</property>
- <property name="orientation">horizontal</property>
- <property name="margin">10</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Icon Theme</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.0</property>
- </object>
- </child>
- <child>
- <object class="GtkComboBoxText" id="icon_combo">
- <property name="visible">True</property>
- <signal name="changed" handler="icons_changed"/>
- </object>
- </child>
- </object>
- </child>
- </template>
-</interface>