changeset e12519bd0b38 in /home/hg/repos/gajim

author: lovetox <forenjun...@chelo.at>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=e12519bd0b38
description: Fix textview height in subsription request dialog

diffstat:

 data/gui/subscription_request_window.ui |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r bf992be0151d -r e12519bd0b38 data/gui/subscription_request_window.ui
--- a/data/gui/subscription_request_window.ui   Thu Oct 13 00:18:33 2016 +0200
+++ b/data/gui/subscription_request_window.ui   Thu Oct 13 00:31:42 2016 +0200
@@ -17,6 +17,7 @@
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
     <property name="title" translatable="yes">Subscription Request</property>
+    <property name="resizable">False</property>
     <property name="type_hint">dialog</property>
     <signal name="destroy" handler="on_subscription_request_window_destroy" 
swapped="no"/>
     <child>
@@ -38,6 +39,7 @@
         </child>
         <child>
           <object class="GtkScrolledWindow" id="scrolledwindow8">
+            <property name="height_request">100</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="border_width">5</property>
@@ -54,7 +56,7 @@
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
+            <property name="expand">True</property>
             <property name="fill">True</property>
             <property name="position">1</property>
           </packing>
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to