This is an automated email from the git hooks/post-receive script. f 2 4 0 4 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/ristretto.
commit 4a7e4320fcbb7529987346276349221d20c54b81 Author: Igor <[email protected]> Date: Tue Apr 16 10:57:57 2019 -0400 Align controls in the Xfce Wallpaper Manager dialog --- src/xfce_wallpaper_manager.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/xfce_wallpaper_manager.c b/src/xfce_wallpaper_manager.c index 5d89faf..160d0e4 100644 --- a/src/xfce_wallpaper_manager.c +++ b/src/xfce_wallpaper_manager.c @@ -314,9 +314,8 @@ rstto_xfce_wallpaper_manager_init (GObject *object) gint n_monitors = gdk_screen_get_n_monitors (screen); GdkRectangle monitor_geometry; GtkWidget *vbox; - GtkWidget *style_label = gtk_label_new( _("Style:")); - GtkWidget *image_prop_table = gtk_table_new (2, 2, TRUE); - + GtkWidget *style_label = gtk_label_new (_("Style:")); + GtkWidget *image_prop_table = gtk_table_new (2, 2, FALSE); manager->priv = g_new0(RsttoXfceWallpaperManagerPriv, 1); manager->priv->channel = xfconf_channel_new ("xfce4-desktop"); @@ -343,12 +342,13 @@ rstto_xfce_wallpaper_manager_init (GObject *object) _("_OK"), GTK_RESPONSE_OK, NULL); - vbox = gtk_dialog_get_content_area ( GTK_DIALOG (manager->priv->dialog)); + vbox = gtk_dialog_get_content_area (GTK_DIALOG (manager->priv->dialog)); manager->priv->monitor_chooser = rstto_monitor_chooser_new (); manager->priv->style_combo = gtk_combo_box_text_new (); - gtk_table_set_row_spacings (GTK_TABLE(image_prop_table), 4); + gtk_table_set_row_spacings (GTK_TABLE (image_prop_table), 6); + gtk_table_set_col_spacings (GTK_TABLE (image_prop_table), 6); for (i = 0; i < n_monitors; ++i) { -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
