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:
@ -70,7 +70,7 @@ enum {
|
||||
PROP_INDICATOR_SIZE
|
||||
};
|
||||
|
||||
#define TOGGLE_WIDTH 13
|
||||
#define TOGGLE_WIDTH 16
|
||||
|
||||
static guint toggle_cell_signals[LAST_SIGNAL] = { 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user