Browse Source

Add few more elide properties to ensure text doesnt' overlap

Jaime van Kessel 6 years ago
parent
commit
e3861b0d90
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/PostProcessingPlugin/PostProcessingPlugin.qml

+ 2 - 0
plugins/PostProcessingPlugin/PostProcessingPlugin.qml

@@ -62,6 +62,7 @@ UM.Dialog
                 anchors.right: parent.right
                 anchors.rightMargin: base.textMargin
                 font: UM.Theme.getFont("large")
+                elide: Text.ElideRight
             }
             ListView
             {
@@ -276,6 +277,7 @@ UM.Dialog
                 anchors.leftMargin: base.textMargin
                 anchors.right: parent.right
                 anchors.rightMargin: base.textMargin
+                elide: Text.ElideRight
                 height: 20 * screenScaleFactor
                 font: UM.Theme.getFont("large")
                 color: UM.Theme.getColor("text")