mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 14:30:32 +00:00
Make some view vars public
This commit is contained in:
parent
cee5a88341
commit
e53229ec00
1 changed files with 4 additions and 4 deletions
|
|
@ -35,11 +35,11 @@ type View struct {
|
|||
Type ViewType
|
||||
|
||||
// Actual width and height
|
||||
width int
|
||||
height int
|
||||
Width int
|
||||
Height int
|
||||
|
||||
lockWidth bool
|
||||
lockHeight bool
|
||||
LockWidth bool
|
||||
LockHeight bool
|
||||
|
||||
// Where this view is located
|
||||
x, y int
|
||||
|
|
|
|||
Loading…
Reference in a new issue