Remove double blank lines from QML files
This commit is contained in:
@@ -64,7 +64,6 @@ HFlickableColumnPage {
|
||||
fileDialog.file = ""
|
||||
}
|
||||
|
||||
|
||||
footer: AutoDirectionLayout {
|
||||
ApplyButton {
|
||||
id: saveButton
|
||||
|
@@ -12,7 +12,6 @@ HPage {
|
||||
|
||||
property string userId
|
||||
|
||||
|
||||
HTabbedBox {
|
||||
anchors.centerIn: parent
|
||||
width: Math.min(implicitWidth, page.availableWidth)
|
||||
|
@@ -18,7 +18,6 @@ HTile {
|
||||
signal renameRequest(string name)
|
||||
signal deleteRequest()
|
||||
|
||||
|
||||
backgroundColor: "transparent"
|
||||
compact: false
|
||||
|
||||
|
@@ -16,7 +16,6 @@ HRowLayout {
|
||||
readonly property int sectionTotalCount:
|
||||
deviceList.sectionItemCounts[section] || 0
|
||||
|
||||
|
||||
HCheckBox {
|
||||
id: checkBox
|
||||
padding: theme.spacing
|
||||
|
@@ -13,7 +13,6 @@ HFlickableColumnPage {
|
||||
|
||||
function takeFocus() { exportButton.forceActiveFocus() }
|
||||
|
||||
|
||||
footer: AutoDirectionLayout {
|
||||
GroupButton {
|
||||
id: exportButton
|
||||
|
@@ -89,7 +89,6 @@ HColumnPage {
|
||||
return counts
|
||||
}
|
||||
|
||||
|
||||
enabled: ModelStore.get("accounts").find(userId).presence !== "offline"
|
||||
contentHeight: Math.min(
|
||||
window.height,
|
||||
|
Reference in New Issue
Block a user