diff options
author | Robin Gareus <robin@gareus.org> | 2019-11-03 21:56:32 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-17 12:07:11 +0100 |
commit | ef7231b465b5b3bf24b6d4d437af460ef5910099 (patch) | |
tree | 7525357275a7ee1b9445126e8019e6270418ffa8 /lv2/ui/lv2-ui.doap.ttl | |
parent | 91ca5a8fe86294ac2d536c510f777ccfe04ce4b7 (diff) | |
download | lv2-ef7231b465b5b3bf24b6d4d437af460ef5910099.tar.xz |
Add UI scale factor and color properties
Diffstat (limited to 'lv2/ui/lv2-ui.doap.ttl')
-rw-r--r-- | lv2/ui/lv2-ui.doap.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/ui/lv2-ui.doap.ttl b/lv2/ui/lv2-ui.doap.ttl index ace0a0f..b83a730 100644 --- a/lv2/ui/lv2-ui.doap.ttl +++ b/lv2/ui/lv2-ui.doap.ttl @@ -18,6 +18,8 @@ dcs:changeset [ dcs:item [ rdfs:label "Add ui:requestValue feature." + ] , [ + rdfs:label "Add ui:scaleFactor, ui:foregroundColor, and ui:backgroundColor properties." ] ] ] , [ |