This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-smartbookmark-plugin.

commit 0fca244ace9ac37e08605ac32bcadeb6bb2da88c
Author: Landry Breuil <lan...@xfce.org>
Date:   Tue Jun 28 21:42:46 2016 +0200

    Set the max size spinner value to 30 chars
---
 src/smartbookmark.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index 457950a..89ff17b 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -304,7 +304,7 @@ static void search_create_options(XfcePanelPlugin *plugin, 
t_search *search)
     sizelabel = gtk_label_new(_("Size:"));
     gtk_grid_attach(GTK_GRID(grid), sizelabel, 0, 1, 1, 1);
     /* size spinner */
-    GtkAdjustment* spinner_adj = gtk_adjustment_new (search->size, 2.0, 10.0, 
1.0, 5.0, 0);
+    GtkAdjustment* spinner_adj = gtk_adjustment_new (search->size, 2.0, 30.0, 
1.0, 5.0, 0);
     search->size_spinner = gtk_spin_button_new(GTK_ADJUSTMENT(spinner_adj), 
1.0, 0);
     gtk_grid_attach(GTK_GRID(grid), GTK_WIDGET(search->size_spinner), 1, 1, 1, 
1);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to