mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Fixes some javascript errors
This commit is contained in:
parent
6be5e5731e
commit
9872689abe
@ -65,7 +65,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
z: bg.z + 1
|
z: parent.z + 1
|
||||||
id: mainLayout
|
id: mainLayout
|
||||||
spacing: 10
|
spacing: 10
|
||||||
anchors { fill: parent; margins: 35 }
|
anchors { fill: parent; margins: 35 }
|
||||||
|
@ -16,7 +16,6 @@ function setCustomWindowDecorations(custom) {
|
|||||||
persistentSettings.customDecorations = custom;
|
persistentSettings.customDecorations = custom;
|
||||||
|
|
||||||
titleBar.visible = custom;
|
titleBar.visible = custom;
|
||||||
daemonConsolePopup.titleBar.visible = custom;
|
|
||||||
|
|
||||||
if (custom) {
|
if (custom) {
|
||||||
appWindow.flags = flagsCustomDecorations;
|
appWindow.flags = flagsCustomDecorations;
|
||||||
|
@ -191,7 +191,6 @@ Rectangle {
|
|||||||
id: sendCommandText
|
id: sendCommandText
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
fontBold: false
|
fontBold: false
|
||||||
fontFamily: MoneroComponents.Style.fontRegular.name
|
|
||||||
placeholderText: qsTr("command + enter (e.g help)") + translationManager.emptyString
|
placeholderText: qsTr("command + enter (e.g help)") + translationManager.emptyString
|
||||||
placeholderFontSize: 16 * scaleRatio
|
placeholderFontSize: 16 * scaleRatio
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
|
Loading…
Reference in New Issue
Block a user