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 95970d5 commit 69d8620Copy full SHA for 69d8620
src/ShellClients/DelegateActor.vala
@@ -8,7 +8,7 @@ public class Gala.DelegateActor : GLib.Object {
8
public const int OUT_OF_BOUNDS = 1000000;
9
10
public Meta.WindowActor actor { get; construct; }
11
-
+
12
/* Current window actor position or position before the window was moved out of bounds */
13
public float x { get; private set; default = 0.0f; }
14
public float y { get; private set; default = 0.0f; }
0 commit comments