summaryrefslogtreecommitdiffstats
path: root/library/ttk/defaults.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-03-06 23:09:12 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-03-06 23:09:12 (GMT)
commit7bbe7bbdc8405dd7b5a98b9399ed599fd12d3aaa (patch)
treebbe130f0a845fa7fe7033b241089e66847a10591 /library/ttk/defaults.tcl
parentf802dd59b9fdec91f7178bfb7bcaa2ab2818739c (diff)
parent8701bf597e98498ab4d757caa5a2bb9dd46a0554 (diff)
downloadtk-7bbe7bbdc8405dd7b5a98b9399ed599fd12d3aaa.zip
tk-7bbe7bbdc8405dd7b5a98b9399ed599fd12d3aaa.tar.gz
tk-7bbe7bbdc8405dd7b5a98b9399ed599fd12d3aaa.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'library/ttk/defaults.tcl')
-rw-r--r--library/ttk/defaults.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/ttk/defaults.tcl b/library/ttk/defaults.tcl
index 853ed20..56e2176 100644
--- a/library/ttk/defaults.tcl
+++ b/library/ttk/defaults.tcl
@@ -77,7 +77,8 @@ namespace eval ttk::theme::default {
ttk::style configure TCombobox -arrowsize 12 -padding 1
ttk::style map TCombobox -fieldbackground \
- [list readonly $colors(-frame) disabled $colors(-frame)]
+ [list readonly $colors(-frame) disabled $colors(-frame)] \
+ -arrowcolor [list disabled $colors(-disabledfg)]
ttk::style configure TSpinbox -arrowsize 10 -padding {2 0 10 0}
ttk::style map TSpinbox -fieldbackground \