mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-04 12:54:42 +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
|
Type ViewType
|
||||||
|
|
||||||
// Actual width and height
|
// Actual width and height
|
||||||
width int
|
Width int
|
||||||
height int
|
Height int
|
||||||
|
|
||||||
lockWidth bool
|
LockWidth bool
|
||||||
lockHeight bool
|
LockHeight bool
|
||||||
|
|
||||||
// Where this view is located
|
// Where this view is located
|
||||||
x, y int
|
x, y int
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue