modified config file, corrected macros tab, edited macros buttons in control-view

This commit is contained in:
sanjayk03-dev
2024-01-02 16:36:32 +05:30
parent 1d5d0bbd0e
commit 088078e797
3 changed files with 48 additions and 16 deletions

View File

@@ -209,17 +209,17 @@ script#control-view-template(type="text/x-template")
.macros-div(class="present")
button.macros-buttons(title="Click to run Macros 1", @click="open",
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:4px") Macros 1
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:15px;border:0") Macros 1
button.macros-buttons(title="Click to run Macros 2", @click="open",
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:4px") Macros 2
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:15px;border:0") Macros 2
button.macros-buttons(title="Click to run Macros 3", @click="open",
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:4px") Macros 3
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:15px;border:0") Macros 3
button.macros-buttons(title="Click to run Macros 4", @click="open",
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:4px") Macros 4
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:15px;border:0") Macros 4
button.macros-buttons(title="Click to run Macros 5", @click="open",
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:4px") Macros 5
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:15px;border:0") Macros 5
button.macros-buttons(title="Click to run Macros 6", @click="open",
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:4px") Macros 6
:disabled="!true",style="height:60px;width:100px;font-weight:normal;border-radius:15px;border:0") Macros 6
.tabs