diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2016-09-22 13:50:11 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2016-09-22 13:50:11 (GMT) |
commit | d86a7e2480a01fc8552124287804abf36d5d1b71 (patch) | |
tree | 12145e68c2260449647af9f04f5c8ccb6212710d /library/ttk | |
parent | 059d329f16c5c48cd0cd67e52571273a607944dd (diff) | |
parent | 13b0ea92ae0d9159c5e7c9c3f3715f945e077782 (diff) | |
download | tk-d86a7e2480a01fc8552124287804abf36d5d1b71.zip tk-d86a7e2480a01fc8552124287804abf36d5d1b71.tar.gz tk-d86a7e2480a01fc8552124287804abf36d5d1b71.tar.bz2 |
Merge core-8-6-branch to trunk.
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/vistaTheme.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/vistaTheme.tcl b/library/ttk/vistaTheme.tcl index 1ec824a..9149eae 100644 --- a/library/ttk/vistaTheme.tcl +++ b/library/ttk/vistaTheme.tcl @@ -133,7 +133,7 @@ namespace eval ttk::theme::vista { Spinbox.background -sticky news -children { Spinbox.padding -sticky news -children { Spinbox.innerbg -sticky news -children { - Spinbox.textarea -expand 1 -sticky {} + Spinbox.textarea -expand 1 } } Spinbox.uparrow -side top -sticky ens |