get/set clipboard, color hex value

This commit is contained in:
2019-06-24 23:46:55 +02:00
parent 2782d864ed
commit f9cf452af2
7 changed files with 129 additions and 0 deletions

View File

@@ -855,6 +855,15 @@
<slider-h id="rgb-b" width="10" grow="1" value="1"/>
</node>
</border>
<!--HEX-->
<border pad="5" color=".3" margin="10 0 0 0">
<node width="100%" pad="2" height="30" dir="row" align="center">
<node margin="0 10 0 0"><text text="Hex"/></node>
<text id="txt-hex" text="#FFFFFF" align="center" pad="5" grow="1" height="30" color="1"/>
<button id="btn-hex-copy" text="Copy" width="60" height="100%"/>
<button id="btn-hex-paste" text="Paste" width="60" height="100%"/>
</node>
</border>
</border>
<!--<node height="33" dir="row" align="flex-end" justify="flex-end">
<button id="btn-ok" text="Reset" width="60" height="30" margin="0 10 0 0"/>