summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-08-05 06:53:41 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-08-05 06:53:41 (GMT)
commitaf67735ef6e8916574ebfbdc4da2be9744991f24 (patch)
tree24d418b11da02dd815404b4c88d39857b60c6df5 /library/ttk
parentc055bf184f2b6da8cf656ddb34dd1725aa5a02f3 (diff)
downloadtk-af67735ef6e8916574ebfbdc4da2be9744991f24.zip
tk-af67735ef6e8916574ebfbdc4da2be9744991f24.tar.gz
tk-af67735ef6e8916574ebfbdc4da2be9744991f24.tar.bz2
Restore geometry, no such change was intended
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/vistaTheme.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/vistaTheme.tcl b/library/ttk/vistaTheme.tcl
index 6fa703c..d728e3a 100644
--- a/library/ttk/vistaTheme.tcl
+++ b/library/ttk/vistaTheme.tcl
@@ -72,13 +72,13 @@ 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.padding -expand 1 -sticky nswe -children {
Combobox.focus -expand 1 -sticky nswe -children {
Combobox.textarea -sticky nswe
}
}
- Combobox.rightdownarrow -side right -sticky ns
}
}
}