File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public Dimension getPreferredSize() {
123
123
}
124
124
else {
125
125
// Fallback: use the default mobile icon size when the component is not fully initialized
126
- Icon defaultIcon = DEFAULT_DEVICE_ICON ;
126
+ final Icon defaultIcon = DEFAULT_DEVICE_ICON ;
127
127
width += defaultIcon .getIconWidth ();
128
128
height = Math .max (height , defaultIcon .getIconHeight ());
129
129
}
@@ -150,7 +150,7 @@ public Dimension getPreferredSize() {
150
150
}
151
151
else {
152
152
// Fallback: use the default arrow icon size
153
- Icon defaultArrow = DEFAULT_ARROW_ICON ;
153
+ final Icon defaultArrow = DEFAULT_ARROW_ICON ;
154
154
width += defaultArrow .getIconWidth ();
155
155
height = Math .max (height , defaultArrow .getIconHeight ());
156
156
}
You can’t perform that action at this time.
0 commit comments