summaryrefslogtreecommitdiffstats
path: root/library/ttk/defaults.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-02-09 19:28:56 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-02-09 19:28:56 (GMT)
commitcb619ed5ddc6047ebf6fff8c2c64a42c37e95926 (patch)
treeffbc2907f01737d4e8c0aab321918330a1034146 /library/ttk/defaults.tcl
parent57fc44c584797fe0a1f04d80fa255ad5e3339b86 (diff)
downloadtk-bug_c492c96aa2.zip
tk-bug_c492c96aa2.tar.gz
tk-bug_c492c96aa2.tar.bz2
Group multiple [style map TCombobox] statements into a single instructionbug_c492c96aa2
Diffstat (limited to 'library/ttk/defaults.tcl')
-rw-r--r--library/ttk/defaults.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/defaults.tcl b/library/ttk/defaults.tcl
index f38a4a2..56e2176 100644
--- a/library/ttk/defaults.tcl
+++ b/library/ttk/defaults.tcl
@@ -74,11 +74,11 @@ namespace eval ttk::theme::default {
-relief sunken -fieldbackground white -padding 1
ttk::style map TEntry -fieldbackground \
[list readonly $colors(-frame) disabled $colors(-frame)]
- ttk::style map TCombobox -arrowcolor [list disabled $colors(-disabledfg)]
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 \