Skip to content

Commit f5fff95

Browse files
author
csaba
committed
Unbreak the ttk::panedwindow tests for Tk 8.6 on the Mac.
1 parent 468de50 commit f5fff95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generic/ttk/ttkPanedwindow.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ typedef struct {
926926

927927
static Ttk_ElementOptionSpec SashElementOptions[] = {
928928
{ "-sashthickness", TK_OPTION_PIXELS,
929-
Tk_Offset(SashElement,thicknessObj), "3.75p" },
929+
Tk_Offset(SashElement,thicknessObj), "5" },
930930
{ NULL, TK_OPTION_BOOLEAN, 0, NULL }
931931
};
932932

@@ -964,7 +964,7 @@ static Ttk_ElementOptionSpec GripElementOptions[] = {
964964
{ "-background", TK_OPTION_BORDER,
965965
Tk_Offset(GripElement,borderObj), DEFAULT_BACKGROUND },
966966
{ "-gripsize", TK_OPTION_PIXELS,
967-
Tk_Offset(GripElement,gripSizeObj), "15p" },
967+
Tk_Offset(GripElement,gripSizeObj), "20" },
968968
{ NULL, TK_OPTION_BOOLEAN, 0, NULL }
969969
};
970970

0 commit comments

Comments
 (0)