summaryrefslogtreecommitdiffstats
path: root/svtools/uiconfig/ui/scrollbars.ui
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/uiconfig/ui/scrollbars.ui')
-rw-r--r--svtools/uiconfig/ui/scrollbars.ui47
1 files changed, 47 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/scrollbars.ui b/svtools/uiconfig/ui/scrollbars.ui
new file mode 100644
index 0000000000..f2c9ac7283
--- /dev/null
+++ b/svtools/uiconfig/ui/scrollbars.ui
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.38.2 -->
+<interface domain="svt">
+ <requires lib="gtk+" version="3.20"/>
+ <object class="GtkAdjustment" id="adjustment1">
+ <property name="upper">100</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="adjustment2">
+ <property name="upper">100</property>
+ <property name="step-increment">1</property>
+ <property name="page-increment">10</property>
+ </object>
+ <object class="GtkBox" id="ScrollBars">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkScrollbar" id="vertical">
+ <property name="can-focus">False</property>
+ <property name="vexpand">True</property>
+ <property name="orientation">vertical</property>
+ <property name="adjustment">adjustment1</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrollbar" id="horizontal">
+ <property name="can-focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="adjustment">adjustment2</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+</interface>