mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
daemon console -> log + adjusted height
This commit is contained in:
parent
0e8cd146db
commit
0ae3d67750
1 changed files with 3 additions and 3 deletions
|
@ -314,7 +314,7 @@ Rectangle {
|
|||
// enabled: appWindow.daemonRunning
|
||||
id: daemonConsolePopupButton
|
||||
width: 110
|
||||
text: qsTr("Show concole") + translationManager.emptyString
|
||||
text: qsTr("Show log") + translationManager.emptyString
|
||||
shadowReleasedColor: "#FF4304"
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
|
@ -331,10 +331,10 @@ Rectangle {
|
|||
// Daemon console
|
||||
StandardDialog {
|
||||
id: daemonConsolePopup
|
||||
height:800
|
||||
height:500
|
||||
width:800
|
||||
cancelVisible: false
|
||||
title: qsTr("Daemon console")
|
||||
title: qsTr("Daemon log")
|
||||
onAccepted: {
|
||||
close();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue