I talked to Zsombor about this, although I think there's not a lot of
use cases for changing the alignment, Zsombor says changing this
behaviour will break the API. What Zsombor has done though is make
centre alignment the default.
** Changed in: ubuntu-ux
Status: New => Fix Committed
--
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/1378784
Title:
TextField ignores verticalAligment setting
Status in Ubuntu UX:
Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
Incomplete
Bug description:
Given the code:
import QtQuick 2.2
import Ubuntu.Components 1.1
Rectangle {
width: childrenRect.width + units.gu(2)
height: childrenRect.height + units.gu(2)
color: "darkgrey"
Column {
anchors.centerIn: parent
spacing: units.gu(1)
TextField {
text: "Standard TextField"
}
TextField {
height: units.gu(6)
text: "Higher TextField"
verticalAlignment: TextInput.AlignVCenter
}
}
}
The text in "Higher TextField" is not centered vertically in the
field.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378784/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp