Skip to content

Commit

Permalink
Change menu icons on ThingsEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
leobia authored and mcicolella committed Oct 10, 2020
1 parent ba876f1 commit 577b28c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/ThingsEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<q-splitter v-model="splitterModel">
<template v-slot:before>
<q-tabs v-model="tab" vertical class="text-teal">
<q-tab name="properties" icon="mail" label="Properties" />
<q-tab name="appearance" icon="alarm" label="Appearance" />
<q-tab name="dataSource" icon="movie" label="Data Source" />
<q-tab name="actions" icon="movie" label="Actions" />
<q-tab name="controlPanel" icon="movie" label="Control Panel" />
<q-tab name="properties" icon="list_alt" label="Properties" />
<q-tab name="appearance" icon="brush" label="Appearance" />
<q-tab name="dataSource" icon="storage" label="Data Source" />
<q-tab name="actions" icon="touch_app" label="Actions" />
<q-tab name="controlPanel" icon="tune" label="Control Panel" />
</q-tabs>
</template>

Expand Down

0 comments on commit 577b28c

Please sign in to comment.