diff --git a/discover_overlay/glade/settings.glade b/discover_overlay/glade/settings.glade
index a8606d9..3be2a5b 100644
--- a/discover_overlay/glade/settings.glade
+++ b/discover_overlay/glade/settings.glade
@@ -252,11 +252,11 @@
+
+ 5
+ 1
+
+
+
+
+ voice_border_width_label
+ True
+ False
+ Border width
+ 0
+
+
+ 2
+ 5
+
+
+
+
+ voice_border_width
+ True
+ True
+ border_width_adj
+
+
3
5
-
- voice_overflow_style
+
+ voice_show_title_label
True
False
-
- - None
- - Wrap
- - Shrink
-
-
+ Show Title
+ 0
+
+
+ 4
+ 2
+
+
+
+
+ voice_show_title
+ True
+ True
+ False
+ True
+
+
+
+ 5
+ 2
+
+
+
+
+ voice_show_connection_status_label
+ True
+ False
+ Show Connection Status
+ 0
+
+
+ 4
+ 3
+
+
+
+
+ voice_show_connection_status
+ True
+ True
+ False
+ True
+
+
+
+ 5
+ 3
+
+
+
+
+ voice_show_disconnected_label
+ True
+ False
+ Show While Disconnected
+ 0
+
+
+ 4
+ 4
+
+
+
+
+ voice_show_disconnected
+ True
+ True
+ False
+ True
+
+
+
+ 5
+ 4
+
+
+
+
+ voice_display_horizontally_label
+ True
+ False
+ Display Horizontally
+ 0
+
+
+ 4
+ 5
+
+
+
+
+ voice_display_horizontally
+ True
+ True
+ False
+ True
+
+
+
+ 5
+ 5
+
+
+
+
+ voice_highlight_self_label
+ True
+ False
+ Highlight Self
+ 0
+
+
+ 2
+ 6
+
+
+
+
+ voice_highlight_self
+ True
+ True
+ False
+ True
+
+
+
+ 3
+ 6
+
+
+
+
+ voice_display_speakers_only_label
+ True
+ False
+ Display Speakers Only
+ 0
+
+
+ 4
+ 6
+
+
+
+
+ voice_display_speakers_only
+ True
+ True
+ False
+ True
+
+
+
+ 5
+ 6
+
+
+
+
+ voice_show_test_content_label
+ True
+ False
+ Show Test Content
+ 0
+
+
+ 0
+ 7
+
+
+
+
+ voice_show_test_content
+ True
+ True
+ False
+ True
+
+
+
+ 1
+ 7
+
+
+
+
+ voice_dummy_count_label
+ True
+ False
+ Dummy Count
+ 0
+
+
+ 2
+ 7
+
+
+
+
+ voice_dummy_count
+ True
+ True
+ voice_dummy_count_adj
+
3
diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py
index 2882123..ae46de0 100644
--- a/discover_overlay/settings_window.py
+++ b/discover_overlay/settings_window.py
@@ -102,10 +102,13 @@ class MainSettingsWindow():
# Larger fonts needed
css = Gtk.CssProvider.new()
- css.load_from_data(bytes("* { font-size:20px; }", "utf-8"))
+ css.load_from_data(bytes("* { font-size:18px; }", "utf-8"))
window.get_style_context().add_provider(
css, Gtk.STYLE_PROVIDER_PRIORITY_USER)
+ # Space is premium. Sorry Craig
+ self.widget['voice_advanced_grid'].set_column_homogeneous(False)
+
screen = window.get_screen()
screen_type = "%s" % (screen)
self.is_wayland = False