Skip to content
Snippets Groups Projects
Commit e4c8c112 authored by leprob001's avatar leprob001
Browse files

Resized main GUI.

parent a2f70e23
No related branches found
No related tags found
No related merge requests found
152
\ No newline at end of file
153
\ No newline at end of file
......@@ -38,9 +38,13 @@ artoaGui.figures.main = figure( ...
'NumberTitle', 'off', ...
'Color', 'white', ...
'MenuBar', 'none', ...
'Units', 'characters', ...
'WindowKeyPressFcn', @artoa.controller.main.shortcuts ...
);
artoaGui.figures.main.Position(3) = 50;
artoaGui.figures.main.Position(4) = 10;
set(artoaGui.figures.main, 'CloseRequestFcn', pCallbacks.CloseRequestFcn);
set(artoaGui.figures.main, 'WindowButtonDownFcn', pCallbacks.WindowButtonDownFcn);
......@@ -200,10 +204,10 @@ artoaGui.main.shortcutHints = uitable();
artoaGui.main.shortcutHints.Data = shortcutHints;
artoaGui.main.shortcutHints.Enable = 'off';
artoaGui.main.shortcutHints.ColumnName = {'Key', 'Action'};
artoaGui.main.shortcutHints.ColumnWidth = {50, 400};
artoaGui.main.shortcutHints.ColumnWidth = {50, 340};
artoaGui.main.shortcutHints.RowName = '';
artoaGui.main.shortcutHints.Units = 'normalized';
artoaGui.main.shortcutHints.Position = [.1 .5 .8 .3];
artoaGui.main.shortcutHints.Units = 'character';
artoaGui.main.shortcutHints.Position = [1 1.5 48 8.3];
......@@ -216,9 +220,9 @@ artoaGui.main.textVersionInfo = uicontrol( ...
'String', artoa.controller.main.getVersionString(), ...
'Style', 'text', ...
'FontSize', 10, ...
'Units', 'normalized', ...
'Units', 'character', ...
'Background', [1 1 1], ...
'Position', [.68 .03 .3 .05] ...
'Position', [35 .2 15 1] ...
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment