diff --git a/src/app/commoncomponents/PushButton.qml b/src/app/commoncomponents/PushButton.qml
index 944fc9432d4bbcfcadf4540198194c58d03c0b1b..19f359b968da6975b5f996c1d04b6470891917d8 100644
--- a/src/app/commoncomponents/PushButton.qml
+++ b/src/app/commoncomponents/PushButton.qml
@@ -37,7 +37,7 @@ AbstractButton {
     property int preferredLeftMargin: 16
     property int preferredRightMargin: 16
     // Note the radius will default to preferredSize
-    property bool circled: false//true
+    property bool circled: true
     property alias radius: background.radius
     property alias border: background.border