diff options
Diffstat (limited to 'library/ttk/altTheme.tcl')
-rw-r--r-- | library/ttk/altTheme.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/ttk/altTheme.tcl b/library/ttk/altTheme.tcl index 0a4ce05..20f6c53 100644 --- a/library/ttk/altTheme.tcl +++ b/library/ttk/altTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: altTheme.tcl,v 1.8 2008/11/01 15:34:24 patthoyts Exp $ +# $Id: altTheme.tcl,v 1.9 2008/11/29 00:43:48 patthoyts Exp $ # # Ttk widget set: Alternate theme # @@ -59,6 +59,8 @@ namespace eval ttk::theme::alt { ttk::style configure TCombobox -padding 1 ttk::style map TCombobox -fieldbackground \ [list readonly $colors(-frame) disabled $colors(-frame)] + ttk::style configure ComboboxPopdownFrame \ + -relief solid -borderwidth 1 ttk::style configure TSpinbox -arrowsize 10 -padding {2 0 10 0} ttk::style map TSpinbox -fieldbackground \ |