mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
ThemeEditor: Convert the widget-preview layout to GML
This has the nice bonus of fixing the appearance of the status bar. :^)
This commit is contained in:
parent
4edc33b4a6
commit
48122e29c3
3 changed files with 33 additions and 32 deletions
|
@ -9,6 +9,7 @@ compile_gml(ColorProperty.gml ColorPropertyGML.h color_property_gml)
|
|||
compile_gml(FlagProperty.gml FlagPropertyGML.h flag_property_gml)
|
||||
compile_gml(MetricProperty.gml MetricPropertyGML.h metric_property_gml)
|
||||
compile_gml(PathProperty.gml PathPropertyGML.h path_property_gml)
|
||||
compile_gml(Previews/WindowPreview.gml WindowPreviewGML.h window_preview_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
|
@ -20,6 +21,7 @@ set(SOURCES
|
|||
MetricPropertyGML.h
|
||||
PathPropertyGML.h
|
||||
ThemeEditorGML.h
|
||||
WindowPreviewGML.h
|
||||
)
|
||||
|
||||
serenity_app(ThemeEditor ICON app-theme-editor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue