Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 0c0369f

Browse files
committed
add disclaimer
1 parent 42b6ccb commit 0c0369f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Widgets/SettingsDialog.vala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,12 @@ public class FeedReader.SettingsDialog : Gtk.Dialog {
198198
m_errorBar = new InfoBar("");
199199

200200
var service_scroll = new Gtk.ScrolledWindow(null, null);
201-
service_scroll.expand = true;
202-
service_scroll.margin_top = 10;
203-
service_scroll.margin_bottom = 10;
204201

205202
var overlay = new Gtk.Overlay();
206203
overlay.add(service_scroll);
207204
overlay.add_overlay(m_errorBar);
205+
overlay.margin_top = 10;
206+
overlay.margin_bottom = 10;
208207

209208
var viewport = new Gtk.Viewport(null, null);
210209
viewport.get_style_context().add_class("servicebox");

0 commit comments

Comments
 (0)