move clear presets to the panel popup menu

This commit is contained in:
2019-09-09 17:53:31 +02:00
parent 096930b02e
commit 566a4e72a5
3 changed files with 19 additions and 19 deletions

View File

@@ -193,6 +193,10 @@
<button-custom id="share" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<text text="Share to Cloud" grow="1" margin="0 0 0 5"/>
</button-custom>
<button-custom id="clear-all" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<icon icon="bin" width="20"/>
<text text="Delete all presets" grow="1" margin="0 0 0 5"/>
</button-custom>
</popup-menu>
</layout>
@@ -1656,10 +1660,6 @@ Here's a list of what's available in this release.
<icon icon="bin" width="20"/>
<text text="Clear Guides" margin="0 0 0 5"/>
</button-custom>
<button-custom id="clear-presets" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<icon icon="bin" width="20"/>
<text text="Clear Presets" margin="0 0 0 5"/>
</button-custom>
<button-custom id="camera-reset" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<icon icon="arrow_rotate_clockwise" width="20"/>
<text id="menu-label" text="Reset Camera" margin="0 0 0 5"/>