diff --git a/main/ui/main_window.glade b/main/ui/main_window.glade index dbfbb886..ab446224 100644 --- a/main/ui/main_window.glade +++ b/main/ui/main_window.glade @@ -685,6 +685,9 @@ True + False diff --git a/main/ui/satellites_dialog.glade b/main/ui/satellites_dialog.glade index 3f66cbd8..3ee8253d 100644 --- a/main/ui/satellites_dialog.glade +++ b/main/ui/satellites_dialog.glade @@ -422,6 +422,9 @@ True + False diff --git a/main/ui/satellites_dialog.py b/main/ui/satellites_dialog.py index 5c0a13cc..02f0abcb 100644 --- a/main/ui/satellites_dialog.py +++ b/main/ui/satellites_dialog.py @@ -31,6 +31,7 @@ class SatellitesDialog: self._dialog = builder.get_object("satellites_editor_dialog") self._dialog.set_transient_for(transient) + self._dialog.get_content_area().set_border_width(0) # The width of the border around the main dialog area! self._stores = {3: builder.get_object("pol_store"), 4: builder.get_object("fec_store"), 5: builder.get_object("system_store"), @@ -227,4 +228,4 @@ class SatelliteDialog: if __name__ == "__main__": - pass + Gtk.STYLE_CLASS_VIEW