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 378676b commit 8955537Copy full SHA for 8955537
src/MainView.vala
@@ -36,7 +36,7 @@ public class Obliviate.MainView : Gtk.Box {
36
private uint timeout_id;
37
38
construct {
39
- overlay = new Gtk.Overlay() {
+ overlay = new Gtk.Overlay () {
40
hexpand = true,
41
vexpand = true
42
};
@@ -90,7 +90,7 @@ public class Obliviate.MainView : Gtk.Box {
90
91
copy_btn = new Gtk.Button.with_label (_ ("Copy")) {
92
sensitive = false,
93
- hexpand = true
+ hexpand = true
94
95
96
copy_btn.add_css_class (Granite.STYLE_CLASS_SUGGESTED_ACTION);
0 commit comments