Skip to content

Commit

Permalink
Add new property
Browse files Browse the repository at this point in the history
  • Loading branch information
DionysusBenstein committed Jul 14, 2018
1 parent c520aef commit a5b5b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import QtQuick 2.11
import QtQuick.Dialogs 1.3
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.3
//import QtGraphicalEffects 1.0
import QtQuick.Controls.Material 2.3

Popup {
Expand Down Expand Up @@ -113,7 +114,7 @@ Popup {
}

color: "white"
text: qsTr("Версия: 2.8.3")
text: qsTr("Версия: " + appVersion)
wrapMode: Text.WordWrap
font {
pixelSize: 16
Expand Down
1 change: 1 addition & 0 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ApplicationWindow {
property color primaryColor: "#e91e63"
property color lightColor: "#ff6090"
property color darkColor: "#b0003a"
property string appVersion: "2.8.3"
property int borderSize: 3
property int cornerSize: 5
property int previousX
Expand Down

0 comments on commit a5b5b6b

Please sign in to comment.