diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-08 07:30:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-08 11:14:10 -0700 |
commit | 829369c18acea2b7ddf421559f924aaf2d3366ef (patch) | |
tree | e5f57e2100ef06c8bade35e42af6e85f84c2bb22 /mobile-widgets/qml/mobile-resources.qrc | |
parent | df2e7c052bffcc69d8409c9753a338f500b00bdf (diff) | |
download | subsurface-829369c18acea2b7ddf421559f924aaf2d3366ef.tar.gz |
QML UI: make readonly fields more obvious in dive edit
Remove the border and make them look more like labels. This adds a
StyledTextField for that purpose. And while we are at it, we can make that
StyledTextField a little prettier.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 1d54403c9..3735c40ab 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -15,6 +15,7 @@ <file>TopBar.qml</file> <file>ThemeTest.qml</file> <file>StartPage.qml</file> + <file>StyledTextField.qml</file> <file>dive.jpg</file> <file>SubsurfaceButton.qml</file> <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file> |