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:
parent
bffc15bc14
commit
1a92550709
@ -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
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user