subsurface/mobile-widgets/qml
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
..
icons QML UI: add option to disable cloud to start screen 2016-04-22 11:59:15 -07:00
theme Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
About.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
CloudCredentials.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
dive.jpg Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
DiveDetails.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
DiveDetailsEdit.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
DiveDetailsView.qml QML Set width instead of minimumWidth equal to maximumWidth 2016-05-03 15:21:55 -07:00
DiveList.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
DownloadFromDiveComputer.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
GpsList.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
Log.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
main.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
mobile-resources.qrc Remove duplicate resource mention 2016-04-30 16:16:31 -07:00
Preferences.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
StartPage.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00
StyledTextField.qml QML UI: make readonly fields more obvious in dive edit 2016-04-08 11:14:10 -07:00
SubsurfaceButton.qml Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
ThemeTest.qml Mark strings in qml files for translation 2016-05-03 12:59:16 -07:00