[hamster-applet] had mixed up which scrollbars should be displayed. fixes bug 614383 this one has no influence though
- From: Toms Baugis <tbaugis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hamster-applet] had mixed up which scrollbars should be displayed. fixes bug 614383 this one has no influence though
- Date: Sat, 15 May 2010 10:49:28 +0000 (UTC)
commit ac201ec83ee17f3cd9f8de55695975139efcecc3
Author: Toms Bauģis <toms baugis gmail com>
Date: Sat May 15 11:49:09 2010 +0100
had mixed up which scrollbars should be displayed. fixes bug 614383
this one has no influence though as scrollbars are adjusted in code
data/applet.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/applet.ui b/data/applet.ui
index d770afa..00690cb 100644
--- a/data/applet.ui
+++ b/data/applet.ui
@@ -284,8 +284,8 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="hscrollbar_policy">automatic</property>
- <property name="vscrollbar_policy">never</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<placeholder/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]