Commit c980c331 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Fix implicitWidth

parent 6b10539a
......@@ -17,6 +17,7 @@ Button {
checkable: true
implicitHeight: ScreenTools.isTinyScreen ? ScreenTools.defaultFontPixelHeight * 3.5 : ScreenTools.defaultFontPixelHeight * 2.5
implicitWidth: __panel.implicitWidth
style: ButtonStyle {
id: buttonStyle
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment