issues
search
davidmhewitt
/
torrential
A simple torrent client for elementary OS
GNU General Public License v2.0
143
stars
31
forks
source link
PreferencesWindow: code style, Gtk4 prep
#169
Closed
danirabbit
closed
1 year ago
danirabbit
commented
1 year ago
Clean up and Gtk 4 prep
Use default size so we don't hardcode a minimum size
Granite.Dialog already hides the close button, so this allows closing with
esc
Can't set our own window position in Gtk4, should center parent anyways
Remove a lot of unnecessary properties from the switcher. Halign does what we need
Box instead of Grid
Use
add_button
from dialog instead of creating another action area
Remove unnecessary cast
Clean up and Gtk 4 prep
esc
add_button
from dialog instead of creating another action area