From f6ddb0cd9ad3fdf034651a1b6e8efa2346f06fa4 Mon Sep 17 00:00:00 2001 From: Huluti Date: Sat, 4 Feb 2017 11:15:59 +0100 Subject: [PATCH] Fix position of scrollbars --- src/manjaro_hello.py | 1 + ui/manjaro-hello.glade | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index db0900b..49cfb94 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -67,6 +67,7 @@ class ManjaroHello(): for page in self.pages: scrolled_window = Gtk.ScrolledWindow() viewport = Gtk.Viewport() + viewport.set_border_width(10) label = Gtk.Label(wrap=True) viewport.add(label) scrolled_window.add(viewport) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index b1ed29a..335a162 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -22,16 +22,16 @@ True False - 10 - 10 - 10 - 10 True crossfade True False + 10 + 10 + 10 + 10 20 10 True