summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-30 21:34:22 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-30 21:34:22 -0300
commit6b960ddf57c9e816d17132e043bbf14ebc7fb075 (patch)
tree2b067dc8a4d773458c2539738804589527100084 /data
parentc38b64414a572cccfd86ef5891e940c8f9301be8 (diff)
downloadtotem-6b960ddf57c9e816d17132e043bbf14ebc7fb075.tar.gz
preferences-dialog: Replace GtkHScale by GtkScale
Another easy one since horizontal is the default.
Diffstat (limited to 'data')
-rw-r--r--data/totem-preferences-dialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/totem-preferences-dialog.ui b/data/totem-preferences-dialog.ui
index cad386e65..92921a5d2 100644
--- a/data/totem-preferences-dialog.ui
+++ b/data/totem-preferences-dialog.ui
@@ -574,7 +574,7 @@
</child>
<child>
- <object class="GtkHScale" id="tpw_bright_scale">
+ <object class="GtkScale" id="tpw_bright_scale">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="draw_value">False</property>
@@ -593,7 +593,7 @@
</child>
<child>
- <object class="GtkHScale" id="tpw_contrast_scale">
+ <object class="GtkScale" id="tpw_contrast_scale">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="draw_value">False</property>
@@ -667,7 +667,7 @@
</child>
<child>
- <object class="GtkHScale" id="tpw_saturation_scale">
+ <object class="GtkScale" id="tpw_saturation_scale">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="draw_value">False</property>
@@ -687,7 +687,7 @@
</child>
<child>
- <object class="GtkHScale" id="tpw_hue_scale">
+ <object class="GtkScale" id="tpw_hue_scale">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="draw_value">False</property>