[frogr] Don't allow horizontal scrollbars in the icon view
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Don't allow horizontal scrollbars in the icon view
- Date: Fri, 21 Jan 2011 21:25:52 +0000 (UTC)
commit 8fb4fe2483b8fb30bed797979d913de6c5bcd363
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Fri Jan 21 22:24:59 2011 +0100
Don't allow horizontal scrollbars in the icon view
data/gtkbuilder/frogr-main-view.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gtkbuilder/frogr-main-view.xml b/data/gtkbuilder/frogr-main-view.xml
index c6f6c84..53a8eb9 100644
--- a/data/gtkbuilder/frogr-main-view.xml
+++ b/data/gtkbuilder/frogr-main-view.xml
@@ -72,7 +72,7 @@
<object class="GtkScrolledWindow" id="scrolled_window">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">automatic</property>
+ <property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">etched-in</property>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]