Use 16 as default size for checkbutton indicator

So that 16x16 icons can be used from themes such as Adwaita in their
natural size.
This commit is contained in:
Cosimo Cecchi
2011-03-01 22:31:13 -05:00
parent ea7661cb3f
commit 64aac9624c
3 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@ enum {
PROP_INDICATOR_SIZE
};
#define TOGGLE_WIDTH 13
#define TOGGLE_WIDTH 16
static guint toggle_cell_signals[LAST_SIGNAL] = { 0 };