mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:07: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:
parent
ff519e5421
commit
540acc1a32
10 changed files with 417 additions and 267 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue