Skip to content

Commit

Permalink
Remove all renderType: Text.NativeRendering
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 6, 2023
1 parent be01d6c commit a39cb26
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion source/app/ui/qml/EditAttributeDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ Window
clip: true
elide: Text.ElideRight
wrapMode: Text.NoWrap
renderType: Text.NativeRendering
color: headerMouseArea.containsMouse ? palette.highlightedText : palette.buttonText
text: model.display
}
Expand Down
2 changes: 0 additions & 2 deletions source/app/ui/qml/ManageNamedListDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Window
color: listBox.highlightedProvider(index) ?
palette.highlightedText : palette.windowText
elide: Text.ElideRight
renderType: Text.NativeRendering
}

TextField
Expand All @@ -99,7 +98,6 @@ Window
anchors.fill: label
padding: 0
background: Item {}
renderType: Text.NativeRendering

onAccepted: { finish(); }

Expand Down
1 change: 0 additions & 1 deletion source/app/ui/qml/app/graphia/Controls/ListBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ Rectangle
color: root.highlightedProvider(index) ?
palette.highlightedText : palette.text
elide: Text.ElideRight
renderType: Text.NativeRendering
}

property var _selectedIndices: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ Rectangle
color: palette.buttonText
padding: root._padding
elide: Text.ElideRight
renderType: Text.NativeRendering

MouseArea
{
Expand Down Expand Up @@ -280,7 +279,6 @@ Rectangle
topPadding: root._padding * 0.5
bottomPadding: root._padding * 0.5
elide: Text.ElideRight
renderType: Text.NativeRendering

MouseArea
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ Item
text: headerItem.text
color: headerMouseArea.containsMouse ? palette.highlightedText : palette.buttonText
padding: headerView.delegatePadding
renderType: Text.NativeRendering
}

Shape
Expand Down Expand Up @@ -1201,7 +1200,6 @@ Item
elide: Text.ElideRight
wrapMode: Text.NoWrap
textFormat: Text.StyledText
renderType: Text.NativeRendering
width: parent.width
anchors.left: parent.left
anchors.right: parent.right
Expand Down

0 comments on commit a39cb26

Please sign in to comment.