File size: 2,693 Bytes
b39afbe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<div class="editorSideMenuContainer">
    <div class="editorSideMenu"
        :class="{'chat-left': uiSettings.chatSide === 'left', 'chat-right':  uiSettings.chatSide === 'right'}">
        <button @click.prevent="window.client.runScript('fit')" @mouseover="menuBarMenu='fit'"
            x-tooltip="Fit into view">
            <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.55007 1.59991H0.800095L0.800049 7.34993M19.2 7.34993V1.59995L13.45 1.59991M13.45 19.1999H19.2V13.4499M0.800049 13.4499V19.1999H6.55007" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
</svg> 
        </button>
        <!-- Arrange Button -->
        <button @click.prevent="window.client.runScript('arrange')" @mouseover="menuBarMenu='arrange'"
            x-tooltip="Arrange">
            <svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.9999 0.999939C10.9999 6.30187 15.2979 10.5999 20.5999 10.5999C15.2979 10.5999 10.9999 14.898 10.9999 20.1999C10.9999 14.898 6.70183 10.5999 1.3999 10.5999C6.70183 10.5999 10.9999 6.30187 10.9999 0.999939Z" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
</svg> 
        </button>
        <!--Divider -->
        <!--
        <svg width="22" height="2" viewBox="0 0 22 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.999853" y="1.19991" width="0.8" height="20" rx="0.4" transform="rotate(-90 0.999853 1.19991)" stroke="white" stroke-width="0.8"/>
</svg> 
        -->
        <!-- Zoom out Button -->
        <button @click.prevent="window.client.runScript('zoom',[-1])" @mouseover="menuBarMenu='zoomout'"
            x-tooltip="Zoom Out">
            <svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.55556 11.4H15.4444M21 11.4C21 16.9229 16.5229 21.4 11 21.4C5.47716 21.4 1 16.9229 1 11.4C1 5.87712 5.47716 1.39996 11 1.39996C16.5229 1.39996 21 5.87712 21 11.4Z" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
</svg> 
        </button>
        <!-- Zoom in Button -->
        <button @click.prevent="window.client.runScript('zoom',[1])" @mouseover="menuBarMenu='zoomin'"
            x-tooltip="Zoom In">
            <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 5.6444V16.7555M5.44444 11.2H16.5556M21 11.2C21 16.7228 16.5229 21.1999 11 21.1999C5.47716 21.1999 1 16.7228 1 11.2C1 5.67711 5.47716 1.19995 11 1.19995C16.5229 1.19995 21 5.67711 21 11.2Z" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
</svg> 
        </button>
    </div>
</div>