Skip to content

Commit 7778718

Browse files
committed
LOG.config in BasicXComboBoxUI.getDefaultSize()
1 parent a8f6c1c commit 7778718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swingx-core/src/main/java/org/jdesktop/swingx/plaf/basic/BasicXComboBoxUI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ protected Dimension getDefaultSize() {
12001200
// Calculates the height and width using the default text renderer
12011201
Component comp = getDefaultListCellRenderer().getListCellRendererComponent(listBox, " ", -1, false, false);
12021202
Dimension d = getSizeForComponent(comp);
1203-
LOG.info("DefaultSize is "+d+", Component to calculate size:"+comp);
1203+
LOG.config("DefaultSize is "+d+", Component to calculate size:"+comp);
12041204

12051205
return new Dimension(d.width, d.height);
12061206
}

0 commit comments

Comments
 (0)