MATLAB: Uigetfile and large dialogue box

dialog-boxMATLABuigetfile

Using uigetfile the dialogue box suddenly occupies the whole screen. It there a way to make it smaller

Best Answer

The dialogue box "remembers" its size (and position) from when it was last closed.
Try this:
  1. open the dialogue
  2. right click close to the red close button in the upper right corner
  3. click Restore
  4. chose a file
  5. click Open
Tested on R2016a, Win7