format: reformatting files
This commit is contained in:
@@ -5,9 +5,11 @@ Oak Video Editor supports customization of its interface through CSS (Qt CSS) an
|
||||
To create a style, you'll need to create a CSS file called `style.css` and SVG icons. Feel free to duplicate an existing
|
||||
theme for reference.
|
||||
|
||||
To save performance, Oak Video Editor doesn't actually use the SVGs directly and will need them to be converted to multiple-size
|
||||
To save performance, Oak Video Editor doesn't actually use the SVGs directly and will need them to be converted to
|
||||
multiple-size
|
||||
PNGs. You don't need to worry about this step though, `generate-style.sh` will do this for you automatically. You'll
|
||||
need to re-run this script any time you change an SVG to update the PNG.
|
||||
|
||||
For internal use, `generate-style.sh` will also create a QRC so the style can be compiled into Oak Video Editor. You'll need to
|
||||
For internal use, `generate-style.sh` will also create a QRC so the style can be compiled into Oak Video Editor. You'll
|
||||
need to
|
||||
manually add the QRC to `ui/style/CMakeLists.txt` though.
|
||||
|
||||
Reference in New Issue
Block a user