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
|
// 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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue