Skip to content

Commit

Permalink
GCR v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed Dec 6, 2014
1 parent c04ce73 commit 8dc0d21
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/ConversationView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Page
ActionItem {
title: qsTr("Save All") + Retranslate.onLanguageChanged
imageSource: "images/menu/ic_save.png"
ActionBar.placement: 'Signature' in ActionBarPlacement ? ActionBarPlacement.Signature : ActionBarPlacement.OnBar
ActionBar.placement: 'Signature' in ActionBarPlacement ? ActionBarPlacement["Signature"] : ActionBarPlacement.OnBar

onTriggered: {
console.log("UserEvent: SaveAllTriggered");
Expand Down
2 changes: 1 addition & 1 deletion assets/ExportPane.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NavigationPane
ActionItem {
id: selectAllAction
imageSource: "images/menu/selectAll.png"
ActionBar.placement: 'Signature' in ActionBarPlacement ? ActionBarPlacement.Signature : ActionBarPlacement.OnBar
ActionBar.placement: 'Signature' in ActionBarPlacement ? ActionBarPlacement["Signature"] : ActionBarPlacement.OnBar
title: qsTr("Select All") + Retranslate.onLanguageChanged
enabled: false

Expand Down
2 changes: 1 addition & 1 deletion assets/NotificationToast.qml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Delegate

Label {
id: tipLabel
text: "Tip!"
text: titleText
textStyle.fontSize: FontSize.XXSmall
textStyle.fontWeight: FontWeight.Bold
verticalAlignment: VerticalAlignment.Top
Expand Down
Binary file added res/graphics/Mockup 1.psd
Binary file not shown.

0 comments on commit 8dc0d21

Please sign in to comment.