Why is this QLabel not being handled properly by the vertical layout?
-
Hi,
How did you create that widget ?
Are you sure they are all in the same layout ?
What properties did you set on them ?
You also seem to have a dialog within a dialog. -
Hi,
How did you create that widget ?
Are you sure they are all in the same layout ?
What properties did you set on them ?
You also seem to have a dialog within a dialog.@SGaist It's my regular setup to make a frameless window.
Here's the hierarchy:

The main_frame is the entire error dialog, within is the the titlebar and the body_frame with the button and the label
And, I figured it out, the problem was that I set a fixed minimum size for the main_frame which caused the problems somehow
-
M Mizmas has marked this topic as solved on
