summarylogtreecommitdiffstats
path: root/recenter.patch
diff options
context:
space:
mode:
authorBalló György2021-04-27 21:03:38 +0000
committerBalló György2021-04-27 21:03:38 +0000
commit0a968287a15f9c00425ea66bb5b259a69d21607f (patch)
treea0d4a252f19d77bf66903e0e91be7df5191fd4b5 /recenter.patch
downloadaur-gnome-screensaver.tar.gz
Move gnome-screensaver from [community]
Diffstat (limited to 'recenter.patch')
-rw-r--r--recenter.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recenter.patch b/recenter.patch
new file mode 100644
index 000000000000..e2cdf19a0f00
--- /dev/null
+++ b/recenter.patch
@@ -0,0 +1,16 @@
+diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
+index d267f59..fbfbd8a 100644
+--- a/src/gs-window-x11.c
++++ b/src/gs-window-x11.c
+@@ -1283,6 +1283,11 @@ shake_dialog (GSWindow *window)
+ g_usleep (10000);
+ }
+
++ gtk_alignment_set_padding (GTK_ALIGNMENT (window->priv->lock_box),
++ 0, 0,
++ 0,
++ 0);
++
+ window->priv->dialog_shake_in_progress = FALSE;
+ maybe_kill_dialog (window);
+ }