Fixes some javascript errors

This commit is contained in:
Sander Ferdinand 2018-07-18 18:26:34 +02:00
parent 6be5e5731e
commit 9872689abe
3 changed files with 6 additions and 8 deletions

View File

@ -65,7 +65,7 @@ Item {
}
ColumnLayout {
z: bg.z + 1
z: parent.z + 1
id: mainLayout
spacing: 10
anchors { fill: parent; margins: 35 }

View File

@ -16,7 +16,6 @@ function setCustomWindowDecorations(custom) {
persistentSettings.customDecorations = custom;
titleBar.visible = custom;
daemonConsolePopup.titleBar.visible = custom;
if (custom) {
appWindow.flags = flagsCustomDecorations;

View File

@ -191,7 +191,6 @@ Rectangle {
id: sendCommandText
Layout.fillWidth: true
fontBold: false
fontFamily: MoneroComponents.Style.fontRegular.name
placeholderText: qsTr("command + enter (e.g help)") + translationManager.emptyString
placeholderFontSize: 16 * scaleRatio
onAccepted: {