diff options
author | jenglish <jenglish@flightlab.com> | 2007-10-28 18:56:49 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-10-28 18:56:49 (GMT) |
commit | 5f3a1bfa8de8e91197ca501ca72204d29cd4ba4d (patch) | |
tree | f02e743761fb89ddac74788b2a7b6620ac797019 /library/ttk/aquaTheme.tcl | |
parent | d1c6cd2849f86a9aa098925e4de822b4f9dc6637 (diff) | |
download | tk-5f3a1bfa8de8e91197ca501ca72204d29cd4ba4d.zip tk-5f3a1bfa8de8e91197ca501ca72204d29cd4ba4d.tar.gz tk-5f3a1bfa8de8e91197ca501ca72204d29cd4ba4d.tar.bz2 |
* library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0]
on OSX, to prevent TkAqua from shrinking the scrollbar to make
room for a grow box that isn't there.
* macosx/ttkMacOSXTheme.c, library/ttk/aquaTheme.tcl:
Reworked combobox layout.
Diffstat (limited to 'library/ttk/aquaTheme.tcl')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 834136d..cb99600 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: aquaTheme.tcl,v 1.5 2007/10/22 03:35:13 jenglish Exp $ +# $Id: aquaTheme.tcl,v 1.6 2007/10/28 18:56:51 jenglish Exp $ # # Aqua theme (OSX native look and feel) # @@ -35,11 +35,8 @@ namespace eval ttk::theme::aqua { ttk::style configure TNotebook -tabposition n -padding {20 12} ttk::style configure TNotebook.Tab -padding {10 2 10 2} - - # Adjust combobox post position to ensure the box is - # directly under 'entry square' - # - ttk::style configure TCombobox -postoffset {3 -2 -6 0} + # Combobox: + ttk::style configure TCombobox -postoffset {5 -2 -10 0} # Treeview: ttk::style configure Treeview -rowheight 18 |