Skip to content
Snippets Groups Projects
Commit 01e229a6 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Felix Paul Kühne
Browse files

qml: remove redundant property

parent d35922eb
Branches master
No related tags found
No related merge requests found
......@@ -342,7 +342,6 @@ T.ItemDelegate {
color: root.selected
? theme.fg.highlight
: theme.fg.primary
textFormat: Text.PlainText
}
}
......@@ -355,7 +354,6 @@ T.ItemDelegate {
color: root.selected
? theme.fg.highlight
: theme.fg.secondary
textFormat: Text.PlainText
Layout.preferredWidth: Math.min(root.width, implicitWidth)
Layout.alignment: root.textAlignHCenter ? Qt.AlignCenter : Qt.AlignLeft
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment