aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-08-09 15:14:55 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-08-10 22:24:20 +0000
commit580f2872f09cf7ad83ec9ae5dca686683a3cac80 (patch)
tree89b39fbd89e360015fac0c3e041b5ea77702f41e /examples/quick/scenegraph
parent5e7720d3fba1865439bf21fd564152b8b9a70f13 (diff)
TextInput: fix horizontal alignment when implicit resizing is disabled
By default, TextInput updates its implicit width to match the content width. This implies that when TextInput does not have an explicit width set, there is no need to handle horizontal alignment. TextField wants to override the default implicit width, so it disables the "implicit resizing" feature of TextInput. In this scenario, the implicit width does not match the content width. Therefore the text layouting code should also treat the item as if it had an explicit width set to achieve the correct horizontal alignment. Task-number: QTBUG-55138 Change-Id: I8c04971a6aff44c6f1734df50153a9788849e98a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick/scenegraph')
0 files changed, 0 insertions, 0 deletions