5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 22:49:29 +08:00

update vanilla template

This commit is contained in:
Lea Anthony 2021-02-27 16:08:53 +11:00
parent bffc15bc14
commit 1a92550709
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
3 changed files with 11 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<link rel="stylesheet" href="/main.css">
</head>
<body>
<body data-wails-drag>
<div id="logo"></div>
<div id="input">
<input id="name" type="text"></input>

File diff suppressed because one or more lines are too long

View File

@ -17,8 +17,8 @@ func main() {
err := wails.Run(&options.App{
Title: "{{.ProjectName}}",
Width: 1280,
Height: 1024,
Width: 800,
Height: 600,
MinWidth: 800,
MinHeight: 600,
Mac: &mac.Options{