Skip to content

Commit 04f28b2

Browse files
committed
Increased default main window height
1 parent d630795 commit 04f28b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/matlab/+symphonyui/+ui/+views/MainView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function createUi(obj)
6161

6262
set(obj.figureHandle, ...
6363
'Name', symphonyui.app.App.name, ...
64-
'Position', screenCenter(360, 340));
64+
'Position', screenCenter(360, 370));
6565

6666
% File menu.
6767
obj.fileMenu.root = uimenu(obj.figureHandle, ...

0 commit comments

Comments
 (0)