Is it possible to customize the size of dialog windows (e.g. open/save), either by setting a default size or force them to always open maximized?
How to scale dialog windows
bschaaf
#4
You can use gsettings set org.gtk.Settings.FileChooser window-size '(W,H)'
to configure the default width and height of the file chooser window.
1 Like
joaocandre
#5
That does it. For reference I also add to set org.gtk.Settings.FileChooser window-position
for the dialog to fit my screen.
0 Likes