File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
<!-- electron build
3
3
<q-btn class="glossy" color="secondary" label="Export Project" @click="exportProject"/>
4
4
-->
5
- <q-btn class =" glossy" color =" secondary" label =" Export Project" />
5
+ <q-btn class =" glossy export-btn " color =" secondary" label =" Export Project" />
6
6
</template >
7
7
8
8
<script >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <q-btn class =" glossy mr-sm " color =" secondary" label =" Open Project" />
2
+ <q-btn class =" glossy export-btn " color =" secondary" label =" Open Project" />
3
3
<!-- <q-btn class="glossy mr-sm" color="secondary" label="Open Project" @click="openProjectJSON"/>-->
4
4
</template >
5
5
Original file line number Diff line number Diff line change 1
1
<template >
2
- <q-btn class =" glossy mr-sm " color =" secondary" label =" Save" />
2
+ <q-btn class =" glossy export-btn " color =" secondary" label =" Save" />
3
3
<!-- <q-btn class="glossy mr-sm" color="secondary" label="Save" @click="saveProjectJSON"/> Uncomment and delete line above for electron build-->
4
4
</template >
5
5
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ export default {
58
58
</script >
59
59
60
60
<style lang="stylus">
61
+ .export-btn {
62
+ margin-left : 0.3rem ;
63
+ }
61
64
.q-toolbar {
62
65
min-height : 30px ;
63
66
}
You can’t perform that action at this time.
0 commit comments