summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2005-07-12 15:40:39 +0000
committerRoman Kennke <roman@kennke.org>2005-07-12 15:40:39 +0000
commit416fd50696bf4f406fb48aa83dc0eabaca5e3ea6 (patch)
tree3823a49eef4d43e76952631816257853869c9500
parent207c473be7fa1837c7265e803402516a4e74cf9a (diff)
downloadclasspath-416fd50696bf4f406fb48aa83dc0eabaca5e3ea6.tar.gz
Small ChangeLog fix.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eed9af8ad..8438e5050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,8 +26,8 @@
the components here (visible/enableActions). This is not the purpose of
a layout manager and can lead to loops. Also correct the layout
to be closer to the layout of the reference implementation.
- (TitlePaneLayout.preferredLayoutSize): Return (Integer.MAX_VALUE, 17)
- here. That is how high the title pane should be.
+ (TitlePaneLayout.preferredLayoutSize): Return (22, 18)
+ here. That is what the JDK returns for the title bar.
(PaneButton): Don't set the border to null.
(createButtons): The buttons are opaque.
(createButtonIcons): Don't create icons in the Basic L&F.