summaryrefslogtreecommitdiff
path: root/tests/testspreadtable.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-10-11 21:45:42 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-10-11 21:45:42 +0900
commit7f691b2df21ae0abc330501f906a947ec3892eb5 (patch)
treef95cd3dc2e1e1256362104f3132210e76dd233c5 /tests/testspreadtable.c
parent7db09805f6f7ea64984963b3234eba13b995458d (diff)
downloadgtk+-spread-table.tar.gz
Allow single line GtkSpreadTablespread-table
Added exception for single line spread table and updated test case to allow configuration to a single line.
Diffstat (limited to 'tests/testspreadtable.c')
-rw-r--r--tests/testspreadtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testspreadtable.c b/tests/testspreadtable.c
index 40854deead..6606aa69fb 100644
--- a/tests/testspreadtable.c
+++ b/tests/testspreadtable.c
@@ -289,7 +289,7 @@ create_window (void)
gtk_widget_show (widget);
gtk_box_pack_start (GTK_BOX (hbox), widget, TRUE, TRUE, 0);
- widget = gtk_spin_button_new_with_range (2, 30, 1);
+ widget = gtk_spin_button_new_with_range (1, 30, 1);
gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), INITIAL_LINES);
gtk_widget_show (widget);