1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:17:45 +00:00

DisplaySettings: Add new Desktop tab with virtual desktop settings

This allows the user to configure the virtual desktop setup as desired.
This commit is contained in:
Tom 2021-06-30 11:28:16 -06:00 committed by Andreas Kling
parent 6472ee0eff
commit 5acee4b4d0
5 changed files with 175 additions and 0 deletions

View file

@ -6,11 +6,14 @@ serenity_component(
compile_gml(MonitorSettings.gml MonitorSettingsGML.h monitor_settings_window_gml)
compile_gml(BackgroundSettings.gml BackgroundSettingsGML.h background_settings_gml)
compile_gml(DesktopSettings.gml DesktopSettingsGML.h desktop_settings_gml)
compile_gml(FontSettings.gml FontSettingsGML.h font_settings_gml)
set(SOURCES
BackgroundSettingsGML.h
BackgroundSettingsWidget.cpp
DesktopSettingsWidget.cpp
DesktopSettingsGML.h
FontSettingsGML.h
FontSettingsWidget.cpp
MonitorSettingsWidget.cpp