[PATCH] QML UI: give context drawer and implicit width

Rick Walsh rickmwalsh at gmail.com
Mon Jan 4 23:53:10 PST 2016


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

Signed-off-by: Rick Walsh <rickmwalsh at gmail.com>
---
 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



More information about the subsurface mailing list