[Xfce4-commits] [xfce/thunar] 01/02: Center action buttons in conflict dialog window (Bug #15973)
noreply at xfce.org
noreply at xfce.org
Sat Sep 21 00:13:09 CEST 2019
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 9ce199d6a0a25d9ad7fdccfa89a6dfe28cbd351f
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Sat Sep 21 00:09:10 2019 +0200
Center action buttons in conflict dialog window
(Bug #15973)
---
thunar/thunar-dialogs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index c9786d8..a2477c7 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -553,6 +553,7 @@ thunar_dialogs_show_job_ask_replace (GtkWindow *parent,
_("_Replace"), THUNAR_JOB_RESPONSE_YES,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), THUNAR_JOB_RESPONSE_YES);
+ gtk_widget_set_halign (gtk_dialog_get_action_area (dialog), GTK_ALIGN_CENTER);
/* determine the icon factory to use */
icon_theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (dialog));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list