[Xfce4-commits] [apps/xfce4-screenshooter] 09/10: Set default size for imgur dialog
noreply at xfce.org
noreply at xfce.org
Mon Dec 17 00:04:43 CET 2018
This is an automated email from the git hooks/post-receive script.
a n d r e 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 apps/xfce4-screenshooter.
commit 72526b9f045331492bbe65683a9dd7e6ee4aa227
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Dec 16 01:11:26 2018 -0300
Set default size for imgur dialog
---
lib/screenshooter-imgur-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/screenshooter-imgur-dialog.c b/lib/screenshooter-imgur-dialog.c
index a222d3b..9311522 100644
--- a/lib/screenshooter-imgur-dialog.c
+++ b/lib/screenshooter-imgur-dialog.c
@@ -124,7 +124,7 @@ screenshooter_imgur_dialog_new (const gchar *upload_name,
GTK_RESPONSE_CLOSE);
xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (self->window), _("Your uploaded image"));
gtk_window_set_icon_name (GTK_WINDOW (self->window), "applets-screenshooter");
- gtk_window_set_default_size (GTK_WINDOW (self->window), 0, 0);
+ gtk_window_set_default_size (GTK_WINDOW (self->window), 500, 330);
// Add notebook widget to window
GtkWidget* notebook = GTK_WIDGET (gtk_builder_get_object (builder, "dialog-notebook"));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list