]> git.saurik.com Git - wxWidgets.git/commitdiff
The check column needs more space
authorRobert Roebling <robert@roebling.de>
Sun, 1 Feb 2009 21:33:43 +0000 (21:33 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 1 Feb 2009 21:33:43 +0000 (21:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/checklst.cpp

index 4a43959036137881ef44fa202f4871f4a8a2f1fe..d3fe708a638bfd7a477dfecd0ffa90b100b0ae27 100644 (file)
@@ -87,7 +87,7 @@ void wxCheckListBox::DoCreateCheckList()
         gtk_tree_view_column_new_with_attributes( "", renderer,
                                                   "active", 0,
                                                   NULL );
-    gtk_tree_view_column_set_fixed_width(column, 20);
+    gtk_tree_view_column_set_fixed_width(column, 22);
     gtk_tree_view_column_set_sizing(column, GTK_TREE_VIEW_COLUMN_FIXED);
     gtk_tree_view_column_set_clickable(column, TRUE);