summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorcsaba <csaba>2023-02-09 14:14:20 (GMT)
committercsaba <csaba>2023-02-09 14:14:20 (GMT)
commit40339de07a71f91f064b0f618c57d9719e921aee (patch)
tree3dfbddecfde1d9f15633712b051a936f87602027 /generic
parent6eab94ca4508577b6f280ac96e55146bb790b8dc (diff)
downloadtk-40339de07a71f91f064b0f618c57d9719e921aee.zip
tk-40339de07a71f91f064b0f618c57d9719e921aee.tar.gz
tk-40339de07a71f91f064b0f618c57d9719e921aee.tar.bz2
Made the ttk::sizegrip widget scaling-aware; a few necessary changes related to the winnative theme
Diffstat (limited to 'generic')
-rw-r--r--generic/ttk/ttkElements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/ttk/ttkElements.c b/generic/ttk/ttkElements.c
index 698f460..a09c4f5 100644
--- a/generic/ttk/ttkElements.c
+++ b/generic/ttk/ttkElements.c
@@ -482,7 +482,7 @@ static const Ttk_ElementOptionSpec SizegripOptions[] = {
{ "-background", TK_OPTION_BORDER,
offsetof(SizegripElement,backgroundObj), DEFAULT_BACKGROUND },
{ "-gripsize", TK_OPTION_PIXELS,
- offsetof(SizegripElement,gripSizeObj), "15" },
+ offsetof(SizegripElement,gripSizeObj), "11.25p" },
{0,TK_OPTION_BOOLEAN,0,0}
};