summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/ttk/vistaTheme.tcl8
1 files changed, 3 insertions, 5 deletions
diff --git a/library/ttk/vistaTheme.tcl b/library/ttk/vistaTheme.tcl
index 37423fc..e8bd8d8 100644
--- a/library/ttk/vistaTheme.tcl
+++ b/library/ttk/vistaTheme.tcl
@@ -61,10 +61,8 @@ namespace eval ttk::theme::vista {
# Combobox
ttk::style configure TCombobox -padding 2
- ttk::style element create Combobox.background vsapi \
- EDIT 3 {disabled 3 {} 1}
ttk::style element create Combobox.field vsapi \
- COMBOBOX 2 {{} 1}
+ COMBOBOX 5 {disabled 4 pressed 3 active 2 {} 1}
ttk::style element create Combobox.border vsapi \
COMBOBOX 4 {disabled 4 focus 3 active 2 hover 2 {} 1}
ttk::style element create Combobox.rightdownarrow vsapi \
@@ -72,8 +70,8 @@ namespace eval ttk::theme::vista {
-syssize {SM_CXVSCROLL SM_CYVSCROLL}
ttk::style layout TCombobox {
Combobox.border -sticky nswe -border 0 -children {
- Combobox.rightdownarrow -side right -sticky ns
- Combobox.background -sticky nswe -children {
+ Combobox.field -sticky nswe -children {
+ Combobox.rightdownarrow -side right -sticky ns
Combobox.padding -expand 1 -sticky nswe -children {
Combobox.focus -expand 1 -sticky nswe -children {
Combobox.textarea -sticky nswe