From: Robert Roebling Date: Sun, 1 Feb 2009 21:33:43 +0000 (+0000) Subject: The check column needs more space X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/302c73511a6819c5a56269ba95cb18eb11e994f0?ds=inline The check column needs more space git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/checklst.cpp b/src/gtk/checklst.cpp index 4a43959036..d3fe708a63 100644 --- a/src/gtk/checklst.cpp +++ b/src/gtk/checklst.cpp @@ -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);