subsurface/mobile-widgets
Rick Walsh 9aa95dc233 QML Set width instead of minimumWidth equal to maximumWidth
The QML manual advises against setting width property of gridLayout children
directly, and recommends setting preferred, min and/or max width instead,
letting QML do the work to determine the optimum width.  But we've found
letting QML determine gridLayout widths leads to infinite loops in too many
situations, so we're forcing a width.  It's better to force a width by setting
it directly, rather than setting minimum = maximum.

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-05-03 15:21:55 -07:00
..
qml QML Set width instead of minimumWidth equal to maximumWidth 2016-05-03 15:21:55 -07:00
qmlmanager.cpp QML UI: when first entering cloud credentials, force cloud connection 2016-04-30 11:08:33 -07:00
qmlmanager.h QML UI: when first entering cloud credentials, force cloud connection 2016-04-30 11:08:33 -07:00
qmlprofile.cpp Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
qmlprofile.h Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00