Settings: fix about tab alignment of download button

This commit is contained in:
LemmyCook 2025-09-15 07:58:33 -04:00
parent 758f2f2e55
commit 3da2682111
2 changed files with 1 additions and 2 deletions

View file

@ -59,7 +59,7 @@ ColumnLayout {
// Update button // Update button
Rectangle { Rectangle {
Layout.alignment: Qt.alignmentRight Layout.alignment: Qt.AlignRight
Layout.preferredWidth: Math.round(updateRow.implicitWidth + (Style.marginL * scaling * 2)) Layout.preferredWidth: Math.round(updateRow.implicitWidth + (Style.marginL * scaling * 2))
Layout.preferredHeight: Math.round(Style.barHeight * scaling) Layout.preferredHeight: Math.round(Style.barHeight * scaling)
radius: Style.radiusL * scaling radius: Style.radiusL * scaling

View file

@ -19,7 +19,6 @@ ColumnLayout {
ColumnLayout { ColumnLayout {
spacing: Style.marginS * scaling spacing: Style.marginS * scaling
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Style.marginS * scaling
NTextInput { NTextInput {
label: "Output Directory" label: "Output Directory"