summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-06-22 18:05:23 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-07-11 17:51:03 +0200
commit9a5599f14cf606916d9c686c79b91fd8b0c73b7d (patch)
treeceb9a2b034f6d65222521118384affac1aff0f10
parentc4d53e1d770189a50e8900ff2605a63118712c8b (diff)
downloadnetwork-manager-applet-9a5599f14cf606916d9c686c79b91fd8b0c73b7d.tar.gz
applet: allow scrolling the tabs of the info notebooks
It can easily go much too wide with more than a few interfaces.
-rw-r--r--src/info.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/info.ui b/src/info.ui
index 17b627fa..33653dd4 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>