Remove double blank lines from QML files
This commit is contained in:
@@ -9,7 +9,6 @@ import "../../Base/Buttons"
|
||||
HFlickableColumnPage {
|
||||
function takeFocus() { registerButton.forceActiveFocus() }
|
||||
|
||||
|
||||
footer: AutoDirectionLayout {
|
||||
ApplyButton {
|
||||
id: registerButton
|
||||
|
@@ -9,7 +9,6 @@ import "../../Base/Buttons"
|
||||
HFlickableColumnPage {
|
||||
function takeFocus() { resetButton.forceActiveFocus() }
|
||||
|
||||
|
||||
footer: AutoDirectionLayout {
|
||||
ApplyButton {
|
||||
id: resetButton
|
||||
|
@@ -91,7 +91,6 @@ HBox {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
padding: 0
|
||||
implicitWidth: theme.controls.box.defaultWidth * 1.25
|
||||
contentHeight: window.height
|
||||
|
@@ -11,7 +11,6 @@ HTile {
|
||||
|
||||
property string loadingIconStep
|
||||
|
||||
|
||||
backgroundColor: "transparent"
|
||||
contentOpacity: model.status === "Failed" ? 0.3 : 1 // XXX
|
||||
rightPadding: 0
|
||||
|
@@ -62,7 +62,6 @@ HFlickableColumnPage {
|
||||
page.loginFutureId = ""
|
||||
}
|
||||
|
||||
|
||||
flickable.topMargin: theme.spacing * 1.5
|
||||
flickable.bottomMargin: flickable.topMargin
|
||||
|
||||
|
@@ -41,7 +41,6 @@ SignInBase {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
applyButton.enabled: idField.item.text.trim() && passField.item.text
|
||||
applyButton.onClicked: page.signIn()
|
||||
|
||||
|
@@ -36,7 +36,6 @@ SignInBase {
|
||||
page.exitRequested()
|
||||
}
|
||||
|
||||
|
||||
implicitWidth: theme.controls.box.defaultWidth * 1.25
|
||||
applyButton.text: qsTr("Waiting")
|
||||
applyButton.loading: true
|
||||
|
Reference in New Issue
Block a user