summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 22:14:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 22:14:13 (GMT)
commit26a23861e83eb5dd534ecbbcea75fd241bf97e16 (patch)
tree1445f1fcf8d78c271ed5bc1fa1b77994e6952d58 /library/ttk
parentd8d05bb819e3bacb9cc11fd4f72daf1d6c9d0a65 (diff)
parent0a52de9d2888ce857fb43205928b16c12ddb0268 (diff)
downloadtk-26a23861e83eb5dd534ecbbcea75fd241bf97e16.zip
tk-26a23861e83eb5dd534ecbbcea75fd241bf97e16.tar.gz
tk-26a23861e83eb5dd534ecbbcea75fd241bf97e16.tar.bz2
Rebase to 8.7
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/clamTheme.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl
index da75c35..d6643d4 100644
--- a/library/ttk/clamTheme.tcl
+++ b/library/ttk/clamTheme.tcl
@@ -144,15 +144,15 @@ namespace eval ttk::theme::clam {
-labeloutside true -labelmargins {0 0 0 3p} \
-borderwidth 2 -relief raised
- ttk::style configure TScrollbar -gripcount 3.75p \
+ ttk::style configure TScrollbar -gripsize 7.5p \
-arrowsize 10.5p -width 10.5p
- ttk::style configure TScale -gripcount 3.75p \
+ ttk::style configure TScale -gripsize 7.5p \
-arrowsize 10.5p -sliderlength 22.5p
ttk::style configure TProgressbar -background $colors(-frame) \
-arrowsize 10.5p -sliderlength 22.5p
- ttk::style configure Sash -sashthickness 4.5p -gripcount 7.5p
+ ttk::style configure Sash -sashthickness 4.5p -gripsize 15p
}
}