File tree 2 files changed +4
-1
lines changed
src-electron/main-process
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ function createWindow () {
19
19
* Initial window options
20
20
*/
21
21
mainWindow = new BrowserWindow ( {
22
+ minWidth : 850 ,
23
+ minHeight : 600 ,
22
24
useContentSize : true ,
23
25
resizable : true ,
24
26
title : 'vDexNode GUI' ,
Original file line number Diff line number Diff line change 165
165
</div >
166
166
<div class =" col-xs-12 col-sm-12 col-md-3 col-lg-3" >
167
167
<q-banner inline-actions class =" bg-vdark text-vgrey q-mb-sm" >
168
- <div class =" text-italic q-py-md" >Voting.</div >
168
+ <div class =" text-italic q-py-xs" >Voting.</div >
169
+ <div class =" text-italic text-caption" >*See rules for details.</div >
169
170
<template v-slot :action >
170
171
<q-btn color =" vgreen" class =" text-vdark q-mx-xs" v-on:click =" vote()" v-if =" voting_list.length > 0" >Vote now</q-btn >
171
172
<div v-if =" voting_list.length <= 0" >Choose nodes to vote</div >
You can’t perform that action at this time.
0 commit comments