Window size of uigetfile in Ubuntu

7 Ansichten (letzte 30 Tage)
Sebastian
Sebastian am 19 Jan. 2023
Kommentiert: Sebastian am 13 Feb. 2023
Hi everyone,
the window size is very small when I open the 'Open file selection dialog box'. Is there any option to increase the default window size? A solution with uigetfile would be great.
I am using Ubuntu.
Thank you!

Antworten (1)

Nihal Reddy
Nihal Reddy am 13 Feb. 2023
Bearbeitet: Nihal Reddy am 13 Feb. 2023
The size of the window generated by calling the "uigetfile" function is an operating system preference.
Please try the following workaround-
Call "uigetfile", change the size of the window to the desired size, and then close the window.
Subsequent calls of "uigetfile" will produce a window of the desired size. This window size persists not only after closing and re-opening MATLAB, but also after restarting the computer.
  1 Kommentar
Sebastian
Sebastian am 13 Feb. 2023
Unfortunately, this does not work for me on Ubuntu 22.04

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by