diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-29 00:43:48 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-29 00:43:48 (GMT) |
commit | 216f96d49a15f71cc5fd40aed613bcfb4f0f002a (patch) | |
tree | 14934e60d875010bb861e877bc9baf31a36ab9fa /ChangeLog | |
parent | 7b99e201991548b8e0a661f0394233253c776ddd (diff) | |
download | tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.zip tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.tar.gz tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.tar.bz2 |
Use a styled frame around the popdown listbox so we can adjust the border for each theme as needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-11-29 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/ttk/altTheme.tcl: Use a styled frame around the popdown + * library/ttk/clamTheme.tcl: listbox so we can adjust the border + * library/ttk/classicTheme.tcl: for each theme as needed. + * library/ttk/combobox.tcl: + * library/ttk/defaults.tcl: + * library/ttk/winTheme.tcl: + * library/ttk/xpTheme.tcl: + * tests/ttk/combobox.test: + 2008-11-28 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * generic/tkCanvUtil.c Millimeter patch. Fixes [1813597,2218964] |