mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-13 23:49:35 +08:00
update vanilla template
This commit is contained in:
parent
bffc15bc14
commit
1a92550709
@ -4,7 +4,7 @@
|
|||||||
<link rel="stylesheet" href="/main.css">
|
<link rel="stylesheet" href="/main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body data-wails-drag>
|
||||||
<div id="logo"></div>
|
<div id="logo"></div>
|
||||||
<div id="input">
|
<div id="input">
|
||||||
<input id="name" type="text"></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{
|
err := wails.Run(&options.App{
|
||||||
Title: "{{.ProjectName}}",
|
Title: "{{.ProjectName}}",
|
||||||
Width: 1280,
|
Width: 800,
|
||||||
Height: 1024,
|
Height: 600,
|
||||||
MinWidth: 800,
|
MinWidth: 800,
|
||||||
MinHeight: 600,
|
MinHeight: 600,
|
||||||
Mac: &mac.Options{
|
Mac: &mac.Options{
|
||||||
|
Loading…
Reference in New Issue
Block a user