mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
daemon console -> log + adjusted height
This commit is contained in:
parent
0e8cd146db
commit
0ae3d67750
@ -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 New Issue
Block a user