diff options
Diffstat (limited to 'library/ttk/winTheme.tcl')
-rw-r--r-- | library/ttk/winTheme.tcl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl index c27c45a..7ee19f5 100644 --- a/library/ttk/winTheme.tcl +++ b/library/ttk/winTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: winTheme.tcl,v 1.8 2008/11/01 15:34:24 patthoyts Exp $ +# $Id: winTheme.tcl,v 1.9 2008/11/29 00:43:48 patthoyts Exp $ # # Settings for 'winnative' theme. # @@ -45,6 +45,10 @@ namespace eval ttk::theme::winnative { -focusfill [list {readonly focus} SystemHighlight] \ ; + ttk::style element create ComboboxPopdownFrame.border from default + ttk::style configure ComboboxPopdownFrame \ + -borderwidth 1 -relief solid + ttk::style configure TSpinbox -padding {2 0 16 0} ttk::style configure TLabelframe -borderwidth 2 -relief groove |