subsurface/qt-mobile
Dirk Hohndel 3e46361518 QML UI: DiveDetailsView - set fixed column widths
In order for wrapping to work, the Text and TextEdit elements need to have
a defined width. Normally the GridLayout is supposed to be able to figure
out optimal widths for the different colums if you tell it which ones
should stretch, but that has repeatedly caused infinite loops and crashes
in the layout engine.

For now, in order to get both wrapping (and therefore no clipping of the
content) and avoid crashes, we hard code the width of the four columns by
setting Layout.maxWidth for each element in the first row of the grid.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-02-08 12:44:01 -08:00
..
qml QML UI: DiveDetailsView - set fixed column widths 2016-02-08 12:44:01 -08:00
qmlmanager.cpp Sync load from cloud status when changing cloud storage accounts 2016-02-08 11:14:11 -08:00
qmlmanager.h Remember status of specific cloud account in settings 2016-02-08 11:10:21 -08:00
qmlprofile.cpp Avoid uninitialized memory access 2016-01-28 09:02:20 -08:00
qmlprofile.h try to fix profile scaling 2016-01-13 16:27:41 -08:00