From 5e6246ee778079f92ecfbf87e96176bf1a7a0085 Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 27 Sep 2024 00:38:35 +0000 Subject: docs(faq): is there way to limit size --- docs/guide/ags/faq.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/guide/ags') diff --git a/docs/guide/ags/faq.md b/docs/guide/ags/faq.md index 2758ef0..cb5d609 100644 --- a/docs/guide/ags/faq.md +++ b/docs/guide/ags/faq.md @@ -372,3 +372,8 @@ function MappedBox() { } ``` + +## Is there a way to limit the width/height of a widget? + +Unfortunately not. You can set a minimum size with `min-width` and `min-heigth` css attributes, +but you can not set max size. -- cgit v1.2.3