enable Edit menu and add Clear Presets feature
This commit is contained in:
@@ -1429,17 +1429,17 @@ Here's a list of what's available in this release.
|
||||
<!-- MENU EDIT -->
|
||||
<layout id="edit-menu">
|
||||
<popup-menu positioning="absolute" position="100 100" width="150" thickness="1" border-color=".1" color=".4 .4 .4 .8" dir="col">
|
||||
<button-custom height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="page_add" width="20"/>
|
||||
<text text="New Panodoc" margin="0 0 0 5"/>
|
||||
<button-custom id="clear-grids" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bin" width="20"/>
|
||||
<text text="Clear Guides" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="disk" width="20"/>
|
||||
<text text="Save" margin="0 0 0 5"/>
|
||||
<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 height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="disk_multiple" width="20"/>
|
||||
<text text="Save as.." margin="0 0 0 5"/>
|
||||
<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"/>
|
||||
</button-custom>
|
||||
</popup-menu>
|
||||
</layout>
|
||||
@@ -1451,10 +1451,6 @@ Here's a list of what's available in this release.
|
||||
<icon icon="cancel" width="20"/>
|
||||
<text id="menu-label" text="Clear layer" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="clear-grids" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bin" width="20"/>
|
||||
<text text="Clear grids" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="layer-rename" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="application_edit" width="20"/>
|
||||
<text id="menu-label" text="Rename Layer" margin="0 0 0 5"/>
|
||||
@@ -1463,10 +1459,6 @@ Here's a list of what's available in this release.
|
||||
<icon icon="application_edit" width="20"/>
|
||||
<text id="menu-label" text="Merge with" 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"/>
|
||||
</button-custom>
|
||||
</popup-menu>
|
||||
</layout>
|
||||
|
||||
@@ -1650,11 +1642,9 @@ Here's a list of what's available in this release.
|
||||
<button-custom id="menu-file" width="50" height="100%" margin="0 0 0 0" justify="center" align="center" pad="8" color=".1">
|
||||
<text text="File"/>
|
||||
</button-custom>
|
||||
<!--
|
||||
<button-custom id="menu-edit" width="50" height="100%" margin="0 0 0 0" justify="center" align="center" pad="8" color=".1">
|
||||
<text text="Edit"/>
|
||||
</button-custom>
|
||||
-->
|
||||
<button-custom id="menu-layers" width="60" height="100%" margin="0 0 0 0" justify="center" align="center" pad="8" color=".1">
|
||||
<text text="Layers"/>
|
||||
</button-custom>
|
||||
@@ -1734,7 +1724,7 @@ Here's a list of what's available in this release.
|
||||
<!-- <button id="btn-fill" width="40" height="40" margin="0" text="Fill"/> -->
|
||||
|
||||
<button id="btn-cam" width="40" height="40" margin="2 0 2 5" text="Cam"/>
|
||||
<button id="btn-grid" width="40" height="40" margin="2 0 2 5" text="Grid"/>
|
||||
<button id="btn-grid" width="40" height="40" margin="2 0 2 5" text="Guide"/>
|
||||
<button-custom id="btn-touchlock" width="40" height="40" margin="2 0 2 5" thickness="1" border-color="0 0 0 1" pad="2">
|
||||
<image path="data/ui/notouch.png" width="100%" height="100%" align="center" justify="flex-end"/>
|
||||
</button-custom>
|
||||
|
||||
Reference in New Issue
Block a user