diff options
| author | Id405 <8o7wermobile@gmail.com> | 2019-05-10 21:04:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-10 21:04:47 -0800 |
| commit | 750e8c7d3cd011f298c528c81efe63b1dd53ec90 (patch) | |
| tree | cb1ed3be330d433bbc1dff2a407c8732af0c1f88 | |
| parent | 1393e8c733ccefb687d588d53627878147190b1c (diff) | |
| download | gui-750e8c7d3cd011f298c528c81efe63b1dd53ec90.zip | |
Update win.go
| -rw-r--r-- | win/win.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |