Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
None
Description
When macOS style is used, setting padding to Button has no effect:
//import QtQuick.Controls.Basic import QtQuick import QtQuick.Controls Window { visible: true title: qsTr("Hello World") Button { text: "button" padding: 40 } }
When other style is used, paddings work as expected.