diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-14 07:54:46 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-14 07:54:46 +0200 |
commit | cf25e389a24284932e46bfecae18a88c680041e6 (patch) | |
tree | d0903c1832f4947054ef2ed9f48f37985785b5eb /data/smart_toggle.edc | |
parent | 999a5c4680b9c0799b4ddc4be57139d3a4a0689c (diff) | |
download | synthpod-cf25e389a24284932e46bfecae18a88c680041e6.tar.xz |
add theme for path:writable string entry.
Diffstat (limited to 'data/smart_toggle.edc')
-rw-r--r-- | data/smart_toggle.edc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/smart_toggle.edc b/data/smart_toggle.edc index ddd0b8e2..527b5792 100644 --- a/data/smart_toggle.edc +++ b/data/smart_toggle.edc @@ -18,6 +18,7 @@ #define SMART_TOGGLE_UI "/synthpod/smart_toggle/ui" images { + image: "border.png" COMP; } group { @@ -85,6 +86,20 @@ group { color: 255 255 255 255; } } + + part { + name: "border"; + type: IMAGE; + mouse_events: 0; + clip_to: "col.clip"; + description { + state: "default" 0.0; + image.normal: "border.png"; + image.border: 2 2 2 2; + image.middle: NONE; + image.scale_hint: STATIC; + } + } part { name: "ev"; |