4271c11b4d
- Cherry-pick some other fixes from upstream git
73 lines
3.6 KiB
Diff
73 lines
3.6 KiB
Diff
From 710037ea1687ab2737298c7e3e897554253b44db Mon Sep 17 00:00:00 2001
|
|
From: Simon Johansson <amp@ampleyfly.se>
|
|
Date: Tue, 24 Jun 2014 01:06:58 +0200
|
|
Subject: [PATCH 3/4] Add horizontal scrollbars automatically
|
|
|
|
Add a horizontal scrollbar inside each tab automatically when the window
|
|
is not wide enough. Add arrows for scrolling the tab bar when the tabs
|
|
don't fit inside the window.
|
|
---
|
|
src/pavucontrol.glade | 11 ++++++-----
|
|
1 file changed, 6 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade
|
|
index b0aa2a5..5116632 100644
|
|
--- a/src/pavucontrol.glade
|
|
+++ b/src/pavucontrol.glade
|
|
@@ -705,6 +705,7 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="show_border">False</property>
|
|
+ <property name="scrollable">True</property>
|
|
<child>
|
|
<object class="GtkVBox" id="vbox32">
|
|
<property name="visible">True</property>
|
|
@@ -714,7 +715,7 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="border_width">12</property>
|
|
- <property name="hscrollbar_policy">never</property>
|
|
+ <property name="hscrollbar_policy">automatic</property>
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
<child>
|
|
<object class="GtkViewport" id="viewport1">
|
|
@@ -828,7 +829,7 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="border_width">12</property>
|
|
- <property name="hscrollbar_policy">never</property>
|
|
+ <property name="hscrollbar_policy">automatic</property>
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
<child>
|
|
<object class="GtkViewport" id="viewport5">
|
|
@@ -946,7 +947,7 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="border_width">12</property>
|
|
- <property name="hscrollbar_policy">never</property>
|
|
+ <property name="hscrollbar_policy">automatic</property>
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
<child>
|
|
<object class="GtkViewport" id="viewport4">
|
|
@@ -1065,7 +1066,7 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="border_width">12</property>
|
|
- <property name="hscrollbar_policy">never</property>
|
|
+ <property name="hscrollbar_policy">automatic</property>
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
<child>
|
|
<object class="GtkViewport" id="viewport3">
|
|
@@ -1185,7 +1186,7 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="border_width">12</property>
|
|
- <property name="hscrollbar_policy">never</property>
|
|
+ <property name="hscrollbar_policy">automatic</property>
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
<child>
|
|
<object class="GtkViewport" id="viewport2">
|
|
--
|
|
2.1.0
|
|
|