mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Issues #290: Wider SelectLanguage dialog
This commit is contained in:
@@ -22,8 +22,10 @@ import java.awt.Container;
|
||||
import java.awt.FlowLayout;
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import java.util.HashSet;
|
||||
import java.util.Locale;
|
||||
import java.util.ResourceBundle;
|
||||
import java.util.Set;
|
||||
import javax.swing.BoxLayout;
|
||||
import javax.swing.JButton;
|
||||
import javax.swing.JComboBox;
|
||||
@@ -94,6 +96,9 @@ public class SelectLanguageDialog extends AppDialog implements ActionListener {
|
||||
View.centerScreen(this);
|
||||
setTitle(translate("dialog.title"));
|
||||
pack();
|
||||
if(getWidth()<350){
|
||||
setSize(350, getHeight());
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user