Skip to content
Snippets Groups Projects
Commit c980c331 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Fix implicitWidth

parent 6b10539a
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ Button { ...@@ -17,6 +17,7 @@ Button {
checkable: true checkable: true
implicitHeight: ScreenTools.isTinyScreen ? ScreenTools.defaultFontPixelHeight * 3.5 : ScreenTools.defaultFontPixelHeight * 2.5 implicitHeight: ScreenTools.isTinyScreen ? ScreenTools.defaultFontPixelHeight * 3.5 : ScreenTools.defaultFontPixelHeight * 2.5
implicitWidth: __panel.implicitWidth
style: ButtonStyle { style: ButtonStyle {
id: buttonStyle id: buttonStyle
......
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