[tracker] tracker-preferences: Swap out HScale widgets for Scale with orientation
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-preferences: Swap out HScale widgets for Scale with orientation
- Date: Fri, 9 May 2014 12:10:50 +0000 (UTC)
commit 3ebb63777ab1920d31a0b3a75bcf21f69bb0f81d
Author: Martyn Russell <martyn lanedo com>
Date: Fri May 9 12:15:43 2014 +0100
tracker-preferences: Swap out HScale widgets for Scale with orientation
src/tracker-preferences/tracker-preferences.ui | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-preferences/tracker-preferences.ui b/src/tracker-preferences/tracker-preferences.ui
index 4d1b629..ffa55c4 100644
--- a/src/tracker-preferences/tracker-preferences.ui
+++ b/src/tracker-preferences/tracker-preferences.ui
@@ -404,7 +404,8 @@ This option allows you to make Tracker take a back seat and not eat up too much
</packing>
</child>
<child>
- <object class="GtkHScale" id="hscale_disk_space_limit">
+ <object class="GtkScale" id="hscale_disk_space_limit">
+ <property name="orientation">horizontal</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment_disk_space_limit</property>
@@ -482,7 +483,8 @@ This option allows you to make Tracker take a back seat and not eat up too much
</packing>
</child>
<child>
- <object class="GtkHScale" id="hscale_drop_device_threshold">
+ <object class="GtkScale" id="hscale_drop_device_threshold">
+ <property name="orientation">horizontal</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment_drop_device_threshold</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]