Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgrier committed Jun 10, 2020
1 parent e0b736c commit 16a7804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whole_cell_analysis.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@

% obtain information on screen sizes
screenDims = get(0,'monitorpositions');
screenOffset = [0 0];

% determine larger of two displays
if size(screenDims,1) > 1
Expand All @@ -122,8 +123,8 @@
screenOffset = screenDims(1,3:4);
end
end
screenDims = screenDimsTemp;
end
screenDims = screenDimsTemp;

% setting dimension variables for later use in generating the GUI layout
screenWidth = screenDims(3);
Expand Down

0 comments on commit 16a7804

Please sign in to comment.