Skip to content
Snippets Groups Projects
Commit 3609dae5 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

pushbutton: circled default to true

Change-Id: I85967917eae6d69f534aebeaae998454a9a6a4c0
parent 8b21b0fd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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