Updated buttons order

This commit is contained in:
Francesco Mangiacrapa 2023-11-22 16:20:19 +01:00
parent 9713bfb0a8
commit b266279a9f
1 changed files with 2 additions and 2 deletions

View File

@ -44,10 +44,10 @@
<g:HorizontalPanel
addStyleNames="functionalities-style">
<b:Button ui:field="shareButton">Share</b:Button>
<b:Button ui:field="expandButton">Expand</b:Button>
<b:Button ui:field="exportButton">Export</b:Button>
<b:Button ui:field="expandButton">Expand</b:Button>
<b:Button ui:field="relationshipsButton">Relationships</b:Button>
<b:Button ui:field="addLayersToMap">Add Layers to Map</b:Button>
<b:Button ui:field="addLayersToMap">Add Layers</b:Button>
</g:HorizontalPanel>
<g:HTMLPanel ui:field="centroidPanel"></g:HTMLPanel>
<g:HTMLPanel ui:field="tableOfContentPanel"