mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:37:46 +00:00
MouseSettings: Add a tab to change cursor theme
This commit is contained in:
parent
3597b6eb9d
commit
42df4fb2df
9 changed files with 388 additions and 76 deletions
|
@ -4,14 +4,19 @@ serenity_component(
|
|||
TARGETS MouseSettings
|
||||
)
|
||||
|
||||
compile_gml(MouseSettingsWindow.gml MouseSettingsWindowGML.h mouse_settings_window_gml)
|
||||
compile_gml(Mouse.gml MouseWidgetGML.h mouse_widget_gml)
|
||||
compile_gml(Theme.gml ThemeWidgetGML.h theme_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
DoubleClickArrowWidget.cpp
|
||||
MouseSettingsWindow.cpp
|
||||
MouseSettingsWindow.h
|
||||
MouseSettingsWindowGML.h
|
||||
MouseWidget.cpp
|
||||
MouseWidget.h
|
||||
MouseWidgetGML.h
|
||||
ThemeWidget.cpp
|
||||
ThemeWidget.h
|
||||
ThemeWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(MouseSettings ICON app-mouse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue