daemon console -> log + adjusted height

pull/2/head
Jaquee 8 years ago
parent 0e8cd146db
commit 0ae3d67750
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -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();
}