+1 vote

I have a HSplitContainer with some nested containers on the left side and eventually a LinkButton. The LinkButton displays an absolute file path, so it gets rather long.

I want to be able to shrink the left side, which would hide parts of the LinkButton. However, I cannot move the dragger of the SplitContainer beyond the LinkButton.

In other words, the LinkButton determines the size of the SplitContainer.

How to fix this?

Here's the hierarchy
Here's what it looks like

Godot version v3.3.2.stable.official
in Engine by (13 points)
edited by

you missed the links :P

1 Answer

0 votes

I'm looking for a solution to this problem as well. Any chance you solved this?

A workaround for your case might be to use a clickable label and set the clip_text property to true. I tested that and it works but it's not a solution for all the other controls I have.

by (38 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.