From 0c23a9f435dd9c9d53bf698bc4dbd6ef47c53b93 Mon Sep 17 00:00:00 2001
From: John Stebbins
Date: Mon, 12 Jun 2017 16:54:13 -0700
Subject: LinGui: Allow resizing window smaller
Make widget geometry changes that allow the window to be sized smaller.
Minimum size with Fedora's default Adwaita theme is 1080x698. Other
themes will vary in size.
---
gtk/src/ghb.m4 | 64 +++++++++++++++++++++++++---------------------------------
gtk/src/main.c | 5 +++++
2 files changed, 33 insertions(+), 36 deletions(-)
(limited to 'gtk')
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4
index 74ab62bed..736ce9e1b 100644
--- a/gtk/src/ghb.m4
+++ b/gtk/src/ghb.m4
@@ -2204,7 +2204,7 @@ This allows a player to initiate playback before downloading the entire file.
00
- 2
+ 41
@@ -2226,13 +2226,13 @@ the required multiple.
10
- 2
+ 411
- 1
- 1
+ 5
+ 613
- 1
- 1
+ 5
+ 612
- 2
- 1
+ 10
+ 61
@@ -2317,7 +2317,7 @@ the required multiple.
50
- 1
+ 41
@@ -2331,8 +2331,8 @@ the required multiple.
5
- 1
- 1
+ 4
+ 41
@@ -2419,7 +2419,7 @@ This will be the resolution that most closely matches the source resolution afte
False
@@ -6897,8 +6891,6 @@ This file may be reloaded at a later time to edit your jobs and re-encode.GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
- 900
- 300TrueTrueGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 9ec6e3137..57a96645d 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -793,6 +793,11 @@ const gchar *MyCSS =
background: @black; \n\
background-color: @gray32; \n\
color: @white; \n\
+} \n\
+ \n\
+stackswitcher button.text-button \n\
+{ \n\
+ min-width: 50px; \n\
} \n\
"
#if GTK_CHECK_VERSION(3, 16, 0)
--
cgit v1.2.3