[network-manager-applet/lr/ui-improvements: 3/19] applet: allow scrolling the tabs of the info notebooks



commit 8eaf7907f84cdd6e25f601e0769faa6133cc22df
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Jun 22 18:05:23 2017 +0200

    applet: allow scrolling the tabs of the info notebooks
    
    It can easily go much too wide with more than a few interfaces.

 src/info.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/info.ui b/src/info.ui
index 17b627f..33653dd 100644
--- a/src/info.ui
+++ b/src/info.ui
@@ -3,6 +3,7 @@
 <interface>
   <requires lib="gtk+" version="3.4"/>
   <object class="GtkDialog" id="info_dialog">
+    <property name="width_request">600</property>
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Connection Information</property>
@@ -96,6 +97,7 @@
                       <object class="GtkNotebook" id="info_notebook">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="scrollable">True</property>
                         <child>
                           <object class="GtkLabel" id="label69">
                             <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]