mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Terminal: Modernize terminal settings as a standalone application
The settings for Terminal are extracted into their own application, TerminalSettings, which is reachable over the normal Settings menu as well as the same place in the Terminal menu. The font settings are moved into these settings as well, which are now split up into the "Terminal" and "View" tabs. The font settings themselves receive an option to override the selected font with the system default on the user side. The live update behavior of all of the terminal settings is retained. The layout of the new TerminalSettings is based around the other Settings applications, but pixel-perfectness is missing in some places. It's a bit fiddly and I'd like to have some better GUI::Label auto-size behavior, but oh well :^)
This commit is contained in:
parent
12468e036b
commit
1ff48a3ca4
11 changed files with 546 additions and 193 deletions
5
Base/res/apps/TerminalSettings.af
Normal file
5
Base/res/apps/TerminalSettings.af
Normal file
|
@ -0,0 +1,5 @@
|
|||
[App]
|
||||
Name=Terminal Settings
|
||||
Executable=/bin/TerminalSettings
|
||||
Category=Settings
|
||||
Description=Configure the Terminal appearance and behavior.
|
Loading…
Add table
Add a link
Reference in a new issue