This makes the context drawer wide enough to read what the actions are

Signed-off-by: Rick Walsh <[email protected]>
---

Sorry for the repeat patch, but this time I don't have a typo in the commit 
title

 qt-mobile/qml/mobilecomponents/ContextDrawer.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qt-mobile/qml/mobilecomponents/ContextDrawer.qml 
b/qt-mobile/qml/mobilecomponents/ContextDrawer.qml
index aea4a5c..7c80cdb 100644
--- a/qt-mobile/qml/mobilecomponents/ContextDrawer.qml
+++ b/qt-mobile/qml/mobilecomponents/ContextDrawer.qml
@@ -33,6 +33,7 @@ OverlayDrawer {
     edge: Qt.RightEdge
 
     contentItem: QtControls.ScrollView {
+       implicitWidth: Units.gridUnit * 6
         ListView {
             id: menu
             interactive: contentHeight > height
-- 
2.5.0

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to