Skip to content
Commit 16a243c8 authored by Nate Graham's avatar Nate Graham
Browse files

kcms/nightcolor: fix timing strings with narrow window widths

These labels lived in an item that had `anchors.centerIn: parent` set on
it, which makes it have no maximum width and it can overflow. Clearly it
was the intent to avoid that, because all the child items had their
properties set up correctly for it.

To fix this, instead anchor to the parent's size and center the
contents, and then make the parent fill the available width.

Resolves plasma/plasma-mobile#244
parent b23da363
Pipeline #355473 passed with stage
in 8 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment