[network-manager-applet/lr/ui-improvements: 3/18] applet: allow scrolling the tabs of the info notebooks
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/lr/ui-improvements: 3/18] applet: allow scrolling the tabs of the info notebooks
- Date: Tue, 27 Jun 2017 09:37:32 +0000 (UTC)
commit 82d3f3138ff9d03c7518943f451fe7f2810e4fb5
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]