Skip to content
Snippets Groups Projects
Commit d3db4f3d authored by Henrik Askjer's avatar Henrik Askjer
Browse files

tweak settings dialog

parent 0c46ecdc
No related branches found
No related tags found
No related merge requests found
...@@ -50,17 +50,16 @@ ...@@ -50,17 +50,16 @@
<v-list-item-title >{{ item.label }}</v-list-item-title> <v-list-item-title >{{ item.label }}</v-list-item-title>
</v-list-item> </v-list-item>
</v-list> </v-list>
</v-menu> </v-menu><v-divider vertical/>
<v-dialog max-width="800px" v-model="settings_dialog" hide-overlay
<v-dialog max-width="600px" v-model="settings_dialog" :close-on-content-click="false" origin="bottom" >
:close-on-content-click="false" origin="bottom">
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
<v-btn v-bind="attrs" v-on="on" min-width="0px" class = "search-field-button" plain depressed color = "primary" text><span v-if="$vuetify.breakpoint.mdAndUp"></span><v-icon>more_vert</v-icon></v-btn> <v-btn v-bind="attrs" v-on="on" min-width="0px" class = "search-field-button" plain depressed color = "primary" text><span v-if="$vuetify.breakpoint.mdAndUp"></span><v-icon>more_vert</v-icon></v-btn>
</template> </template>
<v-card> <v-card>
<v-toolbar dark color="primary" title="Instillinger"> <v-toolbar dark color="primary">
<v-toolbar-title>Instillinger</v-toolbar-title><v-spacer></v-spacer> <v-toolbar-title>Instillinger</v-toolbar-title><v-spacer></v-spacer>
<v-toolbar-items> <v-toolbar-items>
<v-btn <v-btn
dark dark
text text
...@@ -76,11 +75,9 @@ ...@@ -76,11 +75,9 @@
Lukk Lukk
</v-btn> </v-btn>
</v-toolbar-items> </v-toolbar-items>
<v-spacer></v-spacer>
</v-toolbar> </v-toolbar>
<v-row> <v-container><v-row><v-col>
<v-col>
<v-checkbox <v-checkbox
v-model="$parent.settings.show_pos_select" v-model="$parent.settings.show_pos_select"
label="Vis valg av ordklasse" label="Vis valg av ordklasse"
...@@ -96,8 +93,8 @@ ...@@ -96,8 +93,8 @@
label="Vis radioknapper" label="Vis radioknapper"
hide-details hide-details
></v-checkbox> ></v-checkbox>
</v-col> </v-col> </v-row>
</v-row> </v-container>
</v-card> </v-card>
</v-dialog> </v-dialog>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment