Replace the frame with a custom widget to avoid interference from the frames own min size.
14 lines
175 B
CSS
14 lines
175 B
CSS
constraintview {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
|
|
constraintview .child {
|
|
background: red;
|
|
}
|
|
|
|
constraintview guide {
|
|
background: blue;
|
|
border: 1px solid white;
|
|
}
|