diff options
Diffstat (limited to 'library/ttk/winTheme.tcl')
-rw-r--r-- | library/ttk/winTheme.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl index 03ca6d2..c27c45a 100644 --- a/library/ttk/winTheme.tcl +++ b/library/ttk/winTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: winTheme.tcl,v 1.7 2008/05/23 20:20:06 jenglish Exp $ +# $Id: winTheme.tcl,v 1.8 2008/11/01 15:34:24 patthoyts Exp $ # # Settings for 'winnative' theme. # @@ -45,6 +45,8 @@ namespace eval ttk::theme::winnative { -focusfill [list {readonly focus} SystemHighlight] \ ; + ttk::style configure TSpinbox -padding {2 0 16 0} + ttk::style configure TLabelframe -borderwidth 2 -relief groove ttk::style configure Toolbutton -relief flat -padding {8 4} |