1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 12:55:08 +00:00
serenity/Userland/Applications/ThemeEditor
Karol Kosek 8f36429cb5 ThemeEditor: Save theme metrics and paths to file
Prior this change, custom title metrics seen in the Basalt theme
and custom icon paths in Redmond themes were dropped when saving a file.

Now any entry, even empty, will be saved.  This may end up with slightly
larger files, but on other hand, users will be able to see every option
in a text editor, without a need to look at the code/docs.
2021-09-16 16:52:55 +02:00
..
CMakeLists.txt ThemeEditor: Add Actions to save preview_palette to theme file 2021-08-22 01:32:25 +02:00
main.cpp ThemeEditor: Save theme metrics and paths to file 2021-09-16 16:52:55 +02:00
PreviewWidget.cpp ThemeEditor: Accept drop events 2021-09-12 11:49:52 +02:00
PreviewWidget.h ThemeEditor: Accept drop events 2021-09-12 11:49:52 +02:00