touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #36726
[Bug 1217578] Re: Button does not reflect changes to GradientStop.color
** No longer affects: ubuntu-ui-toolkit
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1217578
Title:
Button does not reflect changes to GradientStop.color
Status in “ubuntu-ui-toolkit” package in Ubuntu:
Triaged
Bug description:
Consider the following snippet. Changing the value of the variables,
buttongradientTop and buttongradientBottom, should result in the
gradient colors of the button changing. This is the behavior of a Qt5
Rectangle element, etc. The color property of the GradientStop can be
changed, but the color of the button does not reflect this change.
Button {
...
gradient: Gradient {
GradientStop { position: 0.0; color: buttongradientTop }
GradientStop { position: 1.0; color: buttongradientBottom }
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1217578/+subscriptions