lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.25k stars 165 forks source link

wizard (screen sizes) #513

Closed spaette closed 4 months ago

spaette commented 5 months ago

On KDE a first run tilda fills the available screen real estate minus of course that space allocated for the system tray.

On a screen size of 1366x768 dimensions the configuration wizard window will not entirely appear on the screen.

Consider making the default size of the configuration wizard window of the same dimensions as that of the first run tilda.

The foregoing might imply that horizontal and vertical scrollbars be coded for the configuration wizard window.

lanoxx commented 4 months ago

I pushed several commits that modernize the dialog and replace deprecated GTK properties. In addition I have wrapped all tabs of the dialog into scrolled windows, this should now allow to resize the dialog properly so that it can fit on smaller screens.