Settings: fix about tab alignment of download button
This commit is contained in:
parent
758f2f2e55
commit
3da2682111
2 changed files with 1 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ ColumnLayout {
|
|||
|
||||
// Update button
|
||||
Rectangle {
|
||||
Layout.alignment: Qt.alignmentRight
|
||||
Layout.alignment: Qt.AlignRight
|
||||
Layout.preferredWidth: Math.round(updateRow.implicitWidth + (Style.marginL * scaling * 2))
|
||||
Layout.preferredHeight: Math.round(Style.barHeight * scaling)
|
||||
radius: Style.radiusL * scaling
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ ColumnLayout {
|
|||
ColumnLayout {
|
||||
spacing: Style.marginS * scaling
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: Style.marginS * scaling
|
||||
|
||||
NTextInput {
|
||||
label: "Output Directory"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue