We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d630795 commit 04f28b2Copy full SHA for 04f28b2
src/main/matlab/+symphonyui/+ui/+views/MainView.m
@@ -61,7 +61,7 @@ function createUi(obj)
61
62
set(obj.figureHandle, ...
63
'Name', symphonyui.app.App.name, ...
64
- 'Position', screenCenter(360, 340));
+ 'Position', screenCenter(360, 370));
65
66
% File menu.
67
obj.fileMenu.root = uimenu(obj.figureHandle, ...
0 commit comments