style: format

This commit is contained in:
talksik
2025-04-17 19:57:08 -07:00
parent f996fb5965
commit 6fef23015a
2 changed files with 43 additions and 45 deletions
+2 -4
View File
@@ -5,10 +5,8 @@ import QtQuick.Templates as T
T.Pane {
id: control
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset,
contentWidth + leftPadding + rightPadding)
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset,
contentHeight + topPadding + bottomPadding)
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset, contentWidth + leftPadding + rightPadding)
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset, contentHeight + topPadding + bottomPadding)
padding: 12