Skip to content
Snippets Groups Projects
Verified Commit cc921613 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix redaction color change that accidentally got committed

parent 7beaf868
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,11 @@ Label { ...@@ -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
} }
} }
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