Skip to content

Commit 07a324a

Browse files
danirabbitlenemter
andauthored
Update MainWindow.vala
Co-authored-by: Leo <lenemter@gmail.com>
1 parent 1902126 commit 07a324a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public class Installer.MainWindow : Gtk.ApplicationWindow, PantheonWayland.Exten
112112

113113
var prop = xdisplay.intern_atom ("_MUTTER_HINTS", false);
114114

115-
var value = "centered=1:restore-previous-region=0";
115+
var value = "centered=1";
116116

117117
xdisplay.change_property (window, prop, X.XA_STRING, 8, 0, (uchar[]) value, value.length);
118118
}

0 commit comments

Comments
 (0)