Skip to content

Commit

Permalink
Update demo screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
DionysusBenstein committed Jul 1, 2018
1 parent 1bef551 commit 7e66a8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AppBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ToolBar {

Text {
id: headerText
text: "Counter v2.5.1"
text: "Counter"/*+" v2.5.1"*/
color: "white"
font {
family: robotoMediumFont.name
Expand Down Expand Up @@ -131,7 +131,8 @@ ToolBar {

Menu {
id: moreButtonContextMenu
Action { text: qsTr("О программе"); }
Action { text: qsTr("Язык"); icon.source: "images/language-24dp.png"; }
Action { text: qsTr("О программе") }
}
}

Expand Down
1 change: 1 addition & 0 deletions images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<file>images/more_vert-24dp.png</file>
<file>images/settings-24dp.png</file>
<file>images/palette-24.png</file>
<file>images/language-24dp.png</file>
</qresource>
</RCC>
Binary file modified images/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/language-24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e66a8f

Please sign in to comment.