[Xfce4-commits] [xfce/libxfce4ui] 02/02: Bump the default dialog width to 500px
noreply at xfce.org
noreply at xfce.org
Sat Nov 26 10:43:53 CET 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/libxfce4ui.
commit f1eb919a42201e3d1c1c52732497826e11c12d12
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Nov 26 10:43:37 2016 +0100
Bump the default dialog width to 500px
---
libxfce4ui/xfce-dialogs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4ui/xfce-dialogs.c b/libxfce4ui/xfce-dialogs.c
index 42d453b..bd3464a 100644
--- a/libxfce4ui/xfce-dialogs.c
+++ b/libxfce4ui/xfce-dialogs.c
@@ -572,7 +572,7 @@ xfce_message_dialog_new_valist (GtkWindow *parent,
dialog = GTK_WIDGET(gtk_builder_get_object(gxml, "xfce4ui-dialog"));
label_box = GTK_WIDGET(gtk_builder_get_object(gxml, "label-box"));
dialog_image = GTK_WIDGET(gtk_builder_get_object(gxml, "icon_stock_id"));
- gtk_window_set_default_size (GTK_WINDOW (dialog), 400, -1);
+ gtk_window_set_default_size (GTK_WINDOW (dialog), 500, -1);
if (parent)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list