summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-27 00:38:35 +0000
committerAylur <[email protected]>2024-09-28 11:20:58 +0000
commit5e6246ee778079f92ecfbf87e96176bf1a7a0085 (patch)
tree9a241dd512c127b48ce351630af1e6131f70a7c2
parentac5f7d23ada3eccddc5411341a616b683d361270 (diff)
docs(faq): is there way to limit size
-rw-r--r--docs/guide/ags/faq.md5
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.