* fix GTK LaF size issues
This commit is contained in:
parent
aee952bf72
commit
e057b6e27d
|
@ -199,7 +199,7 @@ abstract class SubtitleDropTarget extends JButton {
|
|||
// initialize window properties
|
||||
dialog.setIconImage(getImage(getIcon(DropAction.Accept)));
|
||||
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
|
||||
dialog.setSize(1000, 600);
|
||||
dialog.setSize(1050, 600);
|
||||
|
||||
// show dialog
|
||||
dialog.setLocationRelativeTo(dialog.getOwner());
|
||||
|
|
Loading…
Reference in New Issue