Skip to content

Commit 13a3dbc

Browse files
committed
Adjust layout
1 parent 0dd4e56 commit 13a3dbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/MainView.vala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public class Obliviate.MainView : Gtk.Box {
4646
column_spacing = 4,
4747
margin_top = 30,
4848
margin_bottom = 30,
49-
margin_start = 30,
50-
margin_end = 30,
49+
margin_start = 18,
50+
margin_end = 18,
5151
halign = Gtk.Align.CENTER
5252
};
5353

@@ -92,7 +92,8 @@ public class Obliviate.MainView : Gtk.Box {
9292
this.generated_pass.add_css_class (Granite.STYLE_CLASS_FLAT);
9393

9494
copy_btn = new Gtk.Button.with_label (_ ("Copy")) {
95-
sensitive = false
95+
sensitive = false,
96+
hexpand = true
9697
};
9798

9899
copy_btn.add_css_class (Granite.STYLE_CLASS_SUGGESTED_ACTION);

0 commit comments

Comments
 (0)