Remove double blank lines from QML files

This commit is contained in:
miruka
2020-11-15 11:54:30 -04:00
parent 58257c0930
commit eed2cc4818
139 changed files with 0 additions and 162 deletions

View File

@@ -64,7 +64,6 @@ HFlickableColumnPage {
fileDialog.file = ""
}
footer: AutoDirectionLayout {
ApplyButton {
id: saveButton

View File

@@ -12,7 +12,6 @@ HPage {
property string userId
HTabbedBox {
anchors.centerIn: parent
width: Math.min(implicitWidth, page.availableWidth)

View File

@@ -18,7 +18,6 @@ HTile {
signal renameRequest(string name)
signal deleteRequest()
backgroundColor: "transparent"
compact: false

View File

@@ -16,7 +16,6 @@ HRowLayout {
readonly property int sectionTotalCount:
deviceList.sectionItemCounts[section] || 0
HCheckBox {
id: checkBox
padding: theme.spacing

View File

@@ -13,7 +13,6 @@ HFlickableColumnPage {
function takeFocus() { exportButton.forceActiveFocus() }
footer: AutoDirectionLayout {
GroupButton {
id: exportButton

View File

@@ -89,7 +89,6 @@ HColumnPage {
return counts
}
enabled: ModelStore.get("accounts").find(userId).presence !== "offline"
contentHeight: Math.min(
window.height,