We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd4e56 commit 13a3dbcCopy full SHA for 13a3dbc
src/MainView.vala
@@ -46,8 +46,8 @@ public class Obliviate.MainView : Gtk.Box {
46
column_spacing = 4,
47
margin_top = 30,
48
margin_bottom = 30,
49
- margin_start = 30,
50
- margin_end = 30,
+ margin_start = 18,
+ margin_end = 18,
51
halign = Gtk.Align.CENTER
52
};
53
@@ -92,7 +92,8 @@ public class Obliviate.MainView : Gtk.Box {
92
this.generated_pass.add_css_class (Granite.STYLE_CLASS_FLAT);
93
94
copy_btn = new Gtk.Button.with_label (_ ("Copy")) {
95
- sensitive = false
+ sensitive = false,
96
+ hexpand = true
97
98
99
copy_btn.add_css_class (Granite.STYLE_CLASS_SUGGESTED_ACTION);
0 commit comments