mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 15:21:15 -07:00
Update ReadOnlyTextArea import
Update ReadOnlyTextArea style (It's not really read only 🤔)
CURA-8979
This commit is contained in:
parent
f9814520f7
commit
59b7d20f75
2 changed files with 4 additions and 9 deletions
|
|
@ -9,8 +9,6 @@ import QtQuick.Layouts 1.3
|
|||
import UM 1.5 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
import ".." // Access to ReadOnlyTextArea.qml
|
||||
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
|
|
@ -479,7 +477,7 @@ Item
|
|||
height: parent.rowHeight
|
||||
text: catalog.i18nc("@label", "Description")
|
||||
}
|
||||
ReadOnlyTextArea
|
||||
Cura.ReadOnlyTextArea
|
||||
{
|
||||
text: properties.description
|
||||
width: informationPage.width
|
||||
|
|
@ -498,7 +496,7 @@ Item
|
|||
text: catalog.i18nc("@label", "Adhesion Information")
|
||||
}
|
||||
|
||||
ReadOnlyTextArea
|
||||
Cura.ReadOnlyTextArea
|
||||
{
|
||||
text: properties.adhesion_info
|
||||
width: informationPage.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue