Browse Source

Fix rendering of readonly description/adhesion info

fieldOfView 7 years ago
parent
commit
23cd6b1c2c
1 changed files with 0 additions and 13 deletions
  1. 0 13
      resources/qml/Preferences/ReadOnlyTextArea.qml

+ 0 - 13
resources/qml/Preferences/ReadOnlyTextArea.qml

@@ -45,17 +45,4 @@ Item
             }
         }
     }
-
-    Label
-    {
-        visible: base.readOnly
-        text: textArea.text
-
-        anchors.fill: parent
-        anchors.margins: textArea.__style ? textArea.__style.textMargin : 4
-
-        color: palette.buttonText
-    }
-
-    SystemPalette { id: palette }
 }