aboutsummaryrefslogtreecommitdiffstats
path: root/win/win.go
diff options
context:
space:
mode:
authorId405 <8o7wermobile@gmail.com>2019-05-10 21:04:47 -0800
committerGitHub <noreply@github.com>2019-05-10 21:04:47 -0800
commit750e8c7d3cd011f298c528c81efe63b1dd53ec90 (patch)
treecb1ed3be330d433bbc1dff2a407c8732af0c1f88 /win/win.go
parent1393e8c733ccefb687d588d53627878147190b1c (diff)
downloadgui-750e8c7d3cd011f298c528c81efe63b1dd53ec90.zip
Update win.go
Diffstat (limited to 'win/win.go')
-rw-r--r--win/win.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/win.go b/win/win.go
index 519db84..ef6c832 100644
--- a/win/win.go
+++ b/win/win.go
@@ -20,8 +20,8 @@ type options struct {
title string
width, height int
resizable bool
- borderless bool
- maximized bool
+ borderless bool
+ maximized bool
}
// Title option sets the title (caption) of the window.