Fix redaction color change that accidentally got committed

master
Joseph Donofry 5 years ago
parent 7beaf868ef
commit cc92161339
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 4
      resources/qml/delegates/Pill.qml

@ -5,11 +5,11 @@ Label {
color: colors.brightText color: colors.brightText
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
height: fontMetrics.height * 1.4 height: contentHeight * 1.2
width: contentWidth * 1.2 width: contentWidth * 1.2
background: Rectangle { background: Rectangle {
radius: parent.height / 2 radius: parent.height / 2
color: colors.dark color: colors.dark
} }
} }

Loading…
Cancel
Save