Sublime Forum

How to scale dialog windows

#1

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?

0 Likes

#2

What platform are you on?

0 Likes

#3

Linux (Ubuntu)

0 Likes

#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

#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