Skip to content

Commit

Permalink
added windowstyle normal for database tools
Browse files Browse the repository at this point in the history
  • Loading branch information
heimel committed Jun 29, 2018
1 parent 2395ee7 commit 5d428aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions General/database/control_db.m
Expand Up @@ -79,6 +79,7 @@

h.fig = ...
figure('Name','Database control',... % 'Color',bc,...
'WindowStyle','normal',...
'Position',[leftp topp ... % top left
figwidth figheight], ...
'Tag','control_db_callback', ...
Expand Down
1 change: 1 addition & 0 deletions General/database/show_record.m
Expand Up @@ -46,6 +46,7 @@
top=height-editheight-linesep;

h_fig = figure('Name',name,...
'WindowStyle','normal',...
'Color',bc,...
'PaperPosition',[18 180 576 432], ...
'PaperUnits','points', ...
Expand Down

0 comments on commit 5d428aa

Please sign in to comment.