summaryrefslogtreecommitdiffstats
path: root/runtime/ui/view/layer.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ui/view/layer.go')
-rw-r--r--runtime/ui/view/layer.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/ui/view/layer.go b/runtime/ui/view/layer.go
index 5d3c678..e578dc5 100644
--- a/runtime/ui/view/layer.go
+++ b/runtime/ui/view/layer.go
@@ -79,6 +79,15 @@ func (c *Layer) notifyLayerChangeListeners() error {
return nil
}
+func (c *Layer) Height() int {
+ return HeightFull
+}
+
+func (c *Layer) Width() int {
+ return WidthFull
+}
+
+
func (c *Layer) Name() string {
return c.name
}