Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-08-25 21:03:15 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-25 21:03:15 +0400
commit5271cafcecbb8461a4149739b0f27215d652a30e (patch)
tree75993ec26858462a7eb0fbdc539c86911db0bca0 /data
parentbcc4a3901c717abacc87d6fb35ba0339ebc2d08c (diff)
hide useless scrollbar. Fixes #7239
Diffstat (limited to 'data')
-rw-r--r--data/gui/preferences_window.ui14
1 files changed, 8 insertions, 6 deletions
diff --git a/data/gui/preferences_window.ui b/data/gui/preferences_window.ui
index e1da86db3..d9ea88655 100644
--- a/data/gui/preferences_window.ui
+++ b/data/gui/preferences_window.ui
@@ -1256,6 +1256,8 @@ $T will be replaced by auto-not-available timeout</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">If enabled, Gajim will not ask for a status message. The specified default message will be used instead.</property>
+ <property name="hscrollbar_policy">automatic</property>
+ <property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="default_msg_treeview">
@@ -2012,12 +2014,6 @@ $T will be replaced by auto-not-available timeout</property>
</packing>
</child>
<child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
<object class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<child>
@@ -2062,6 +2058,12 @@ $T will be replaced by auto-not-available timeout</property>
<property name="y_options"/>
</packing>
</child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</object>
</child>
</object>