mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-19 10:41:26 +00:00
Setting minimum size for window. #127
This commit is contained in:
@@ -69,6 +69,7 @@ public class DiskWindow {
|
||||
shell = new Shell(parentShell, SWT.SHELL_TRIM);
|
||||
shell.setLayout(new FillLayout());
|
||||
shell.setImage(imageManager.get(ImageManager.ICON_DISK));
|
||||
shell.setMinimumSize(400, 300);
|
||||
setStandardWindowTitle();
|
||||
shell.addDisposeListener(new DisposeListener() {
|
||||
public void widgetDisposed(DisposeEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user