mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
daemon console -> log + adjusted height
This commit is contained in:
parent
0e8cd146db
commit
0ae3d67750
@ -314,7 +314,7 @@ Rectangle {
|
|||||||
// enabled: appWindow.daemonRunning
|
// enabled: appWindow.daemonRunning
|
||||||
id: daemonConsolePopupButton
|
id: daemonConsolePopupButton
|
||||||
width: 110
|
width: 110
|
||||||
text: qsTr("Show concole") + translationManager.emptyString
|
text: qsTr("Show log") + translationManager.emptyString
|
||||||
shadowReleasedColor: "#FF4304"
|
shadowReleasedColor: "#FF4304"
|
||||||
shadowPressedColor: "#B32D00"
|
shadowPressedColor: "#B32D00"
|
||||||
releasedColor: "#FF6C3C"
|
releasedColor: "#FF6C3C"
|
||||||
@ -331,10 +331,10 @@ Rectangle {
|
|||||||
// Daemon console
|
// Daemon console
|
||||||
StandardDialog {
|
StandardDialog {
|
||||||
id: daemonConsolePopup
|
id: daemonConsolePopup
|
||||||
height:800
|
height:500
|
||||||
width:800
|
width:800
|
||||||
cancelVisible: false
|
cancelVisible: false
|
||||||
title: qsTr("Daemon console")
|
title: qsTr("Daemon log")
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user