Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Lil' bit of margins for the webview
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Feb 6, 2024
1 parent 025d71e commit 5f61724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public class SkiffDesktop.MainWindow : He.ApplicationWindow {
webview.create.connect (on_create);

webview.vexpand = true;
webview.margin_start = webview.margin_end = webview.margin_bottom = 4;
webview.add_css_class ("framed");
main_box.append (webview);

Expand Down

0 comments on commit 5f61724

Please sign in to comment.