summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorcsaba <csaba>2023-10-06 17:03:54 (GMT)
committercsaba <csaba>2023-10-06 17:03:54 (GMT)
commitdc3a071d220482ed8cccb89da7870de15a527d88 (patch)
tree26de8c003766c5230e65fe57f2718a736b3c7cf9 /library
parent4b1316fef5c8a0b9ddee3ae103fb9bf70d7de3a0 (diff)
downloadtk-dc3a071d220482ed8cccb89da7870de15a527d88.zip
tk-dc3a071d220482ed8cccb89da7870de15a527d88.tar.gz
tk-dc3a071d220482ed8cccb89da7870de15a527d88.tar.bz2
Visual improvements regarding the focus ring around the ttk::combobox and ttk::spinbox widgets of the themes "alt" and "clam".
Diffstat (limited to 'library')
-rw-r--r--library/ttk/clamTheme.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl
index 800deb9..efe98b0 100644
--- a/library/ttk/clamTheme.tcl
+++ b/library/ttk/clamTheme.tcl
@@ -110,7 +110,7 @@ namespace eval ttk::theme::clam {
readonly $colors(-frame)] \
-foreground [list {readonly focus} $colors(-selectfg)] \
-arrowcolor [list disabled $colors(-disabledfg)] \
- -fieldlightcolor [list focus $colors(-selectbg)]
+ -bordercolor [list focus $colors(-selectbg)]
ttk::style configure ComboboxPopdownFrame \
-relief solid -borderwidth 1
@@ -118,7 +118,7 @@ namespace eval ttk::theme::clam {
ttk::style map TSpinbox \
-background [list readonly $colors(-frame)] \
-arrowcolor [list disabled $colors(-disabledfg)] \
- -fieldlightcolor [list focus $colors(-selectbg)]
+ -bordercolor [list focus $colors(-selectbg)]
ttk::style configure TNotebook.Tab -padding {4.5p 1.5p 4.5p 1.5p}
ttk::style map TNotebook.Tab \