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

Commit

Permalink
fix overlay margins
Browse files Browse the repository at this point in the history
  • Loading branch information
jangernert committed Jan 5, 2017
1 parent 0c0369f commit ee68b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Widgets/SettingsDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public class FeedReader.SettingsDialog : Gtk.Dialog {
m_errorBar = new InfoBar("");

var service_scroll = new Gtk.ScrolledWindow(null, null);
service_scroll.expand = true;

var overlay = new Gtk.Overlay();
overlay.add(service_scroll);
Expand Down

0 comments on commit ee68b35

Please sign in to comment.