More TODOs.
This commit is contained in:
parent
fa67147f54
commit
634ef7d4d9
|
@ -125,6 +125,7 @@ func (g *simpleGrid) resize(x int, y int, width int, height int, d *sizing) {
|
||||||
// 0) inset the available rect by the needed padding and reset x/y for children
|
// 0) inset the available rect by the needed padding and reset x/y for children
|
||||||
width -= (len(g.colwidths) - 1) * d.xpadding
|
width -= (len(g.colwidths) - 1) * d.xpadding
|
||||||
height -= (len(g.rowheights) - 1) * d.ypadding
|
height -= (len(g.rowheights) - 1) * d.ypadding
|
||||||
|
// TODO get the correct client rect
|
||||||
x = 0
|
x = 0
|
||||||
y = 0
|
y = 0
|
||||||
// 1) clear data structures
|
// 1) clear data structures
|
||||||
|
|
Loading…
Reference in New Issue