diff --git a/resources/qml/delegates/Pill.qml b/resources/qml/delegates/Pill.qml
index c4260c33e1d6eca6fe2226c2bd6722a51c473f13..dbf0e5f610767bf217bd938c71eb4335515c59f9 100644
--- a/resources/qml/delegates/Pill.qml
+++ b/resources/qml/delegates/Pill.qml
@@ -5,11 +5,11 @@ Label {
 	color: colors.brightText
 	horizontalAlignment: Text.AlignHCenter
 
-    height: fontMetrics.height * 1.4
-    width: contentWidth * 1.2
-
+	height: contentHeight * 1.2
+	width: contentWidth * 1.2
 	background: Rectangle {
 		radius: parent.height / 2
 		color: colors.dark
 	}
+
 }