mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
DisplaySettings: Add "Fonts" tab
This allows you to view, edit, and apply changes to the system fonts.
This commit is contained in:
parent
c778130d63
commit
8ac0d4abe1
5 changed files with 166 additions and 0 deletions
|
@ -1,9 +1,12 @@
|
|||
compile_gml(MonitorSettings.gml MonitorSettingsGML.h monitor_settings_window_gml)
|
||||
compile_gml(BackgroundSettings.gml BackgroundSettingsGML.h background_settings_gml)
|
||||
compile_gml(FontSettings.gml FontSettingsGML.h font_settings_gml)
|
||||
|
||||
set(SOURCES
|
||||
BackgroundSettingsGML.h
|
||||
BackgroundSettingsWidget.cpp
|
||||
FontSettingsGML.h
|
||||
FontSettingsWidget.cpp
|
||||
MonitorSettingsWidget.cpp
|
||||
MonitorSettingsGML.h
|
||||
MonitorWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue