From 5d428aa061ede0691735a5db96f3c85f56e360e9 Mon Sep 17 00:00:00 2001 From: Alexander Heimel Date: Fri, 29 Jun 2018 15:42:34 +0200 Subject: [PATCH] added windowstyle normal for database tools --- General/database/control_db.m | 1 + General/database/show_record.m | 1 + 2 files changed, 2 insertions(+) diff --git a/General/database/control_db.m b/General/database/control_db.m index c9cb9fc8..c7832efe 100755 --- a/General/database/control_db.m +++ b/General/database/control_db.m @@ -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', ... diff --git a/General/database/show_record.m b/General/database/show_record.m index f16bff23..33d4c145 100755 --- a/General/database/show_record.m +++ b/General/database/show_record.m @@ -46,6 +46,7 @@ top=height-editheight-linesep; h_fig = figure('Name',name,... + 'WindowStyle','normal',... 'Color',bc,... 'PaperPosition',[18 180 576 432], ... 'PaperUnits','points', ...