1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:37:44 +00:00

DisplaySettings: Give the UI a facelift :^)

- Split the main UI into two tabs: "Background" and "Monitor".
- Use a GUI::IconView for selecting background pictures.
- Tweak layout, spacing, etc.
This commit is contained in:
Andreas Kling 2021-05-19 21:19:09 +02:00
parent ff519e5421
commit 540acc1a32
10 changed files with 417 additions and 267 deletions

View file

@ -1,10 +1,13 @@
compile_gml(DisplaySettingsWindow.gml DisplaySettingsWindowGML.h display_settings_window_gml)
compile_gml(BackgroundSettings.gml BackgroundSettingsGML.h background_settings_gml)
set(SOURCES
BackgroundSettingsGML.h
BackgroundSettingsWidget.cpp
DisplaySettings.cpp
DisplaySettingsWindowGML.h
main.cpp
MonitorWidget.cpp
main.cpp
)
serenity_app(DisplaySettings ICON app-display-settings)