diff options
-rw-r--r-- | docs/guide/ags/faq.md | 5 |
1 files changed, 5 insertions, 0 deletions
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() { </box> } ``` + +## 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. |