Skip to content

Commit 6e1dd0d

Browse files
[Fix]Locate Err Msg,Resize
1 parent 42d24e5 commit 6e1dd0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mode/languages/mode.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ android_sdk.dialog.download_phone_image_body = The system image needed by the em
149149
android_sdk.dialog.download_watch_image_title = Download watch system image?
150150
android_sdk.dialog.download_watch_image_body = The system image needed by the emulator does not appear to be installed. Do you want Processing to download and install it now?
151151
android_sdk.dialog.select_sdk_folder = Choose the location of the Android SDK
152+
android_sdk.error.cancel_sdk_selection = User cancelled SDK path selection
152153
android_sdk.error.sdk_selection_canceled = User canceled attempt to find SDK
153154
android_sdk.error.sdk_download_canceled = User canceled SDK download
154155
android_sdk.error.sdk_download_failed = SDK could not be downloaded

mode/src/processing/mode/android/SDKDownloader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ public void actionPerformed(ActionEvent e) {
806806

807807
pack();
808808
setLocationRelativeTo(editor);
809+
setResizable(false);
809810
}
810811

811812
private void createLayout() {

0 commit comments

Comments
 (0)