Skip to content

Commit 572f690

Browse files
[Fix] Table Headings
1 parent e241a52 commit 572f690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/tools/SDKUpdater/src/processing/mode/android/tools/SDKUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class SDKUpdater extends JFrame implements PropertyChangeListener, Tool {
6767

6868
private final Vector<String> columns_tools = new Vector<>(Arrays.asList("Select",
6969
"Package name", "Installed version", "Available update"));
70-
private final Vector<String> columns_platforms = new Vector<>(Arrays.asList("Platform",
70+
private final Vector<String> columns_platforms = new Vector<>(Arrays.asList("Select","Platform",
7171
"Revision","Status"));
7272
private static final String PROPERTY_CHANGE_QUERY = "query";
7373

0 commit comments

Comments
 (0)