Why doesn't this layout stretch? And how do I fix it? #4308
Unanswered
martinellison
asked this question in
Q&A
Replies: 2 comments
-
You are using fixed size, this means that there is no way to resize. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Olivier,
Ok thanks, it is stretchy now.
Regards,
Martin
…On Wed, 10 Jan 2024 at 16:26, Olivier Goffart ***@***.***> wrote:
height: 2rem;
width: 20rem;
You are using fixed size, this means that there is no way to resize.
If you remove these lines, it can be resized.
You can also make it resized by adding alignment:start, for example, to
the layout properties.
—
Reply to this email directly, view it on GitHub
<#4308 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEA3ASEQ7IKKETB46KJMATYNZGD7AVCNFSM6AAAAABBUFFXS6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZWG42DE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following layout does not stretch (when I drag the bottom right corner, the size of the window does not change). Why is this so?
I would like it to stretch, so what changes should I make?
Here is the rust code that I run the slint code with:
Beta Was this translation helpful? Give feedback.
All reactions