Removed sizer_windows.go now that it is no longer needed.
This commit is contained in:
parent
96c81996ba
commit
6de4565e0c
|
@ -1,13 +0,0 @@
|
|||
// 24 february 2014
|
||||
|
||||
package ui
|
||||
|
||||
//TODO
|
||||
/*
|
||||
func (w *widgetbase) preferredSize(d *sizing) (width int, height int) {
|
||||
// the preferred size of an Area is its size
|
||||
if stdDlgSizes[s.ctype].area {
|
||||
return s.areawidth, s.areaheight
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue