Skip to content

Commit

Permalink
Issue 59: Bug reports page title doesn't look right on 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed Nov 24, 2014
1 parent 01e3f1c commit 6daf276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/StaticRangeSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ QtObject
imageSource: "images/menu/ic_range.png"
enabled: !root.rangeSelect
onTriggered: {
console.log("UserEvent: RangeSelectTriggered");

persist.showToast( qsTr("This mode allows you to select a range of messages.\n\nTap the first message, then tap the last message and all of the ones in between will then be selected."), qsTr("OK"), "asset:///images/menu/ic_range.png" );
root.first = root.last = undefined;
root.rangeSelect = true;
Expand Down
1 change: 1 addition & 0 deletions assets/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ TabbedPane

Menu.definition: CanadaIncMenu
{
labelColor: 'Signature' in ActionBarPlacement ? Color.Black : Color.White
projectName: "exporter10"
}

Expand Down

0 comments on commit 6daf276

Please sign in to comment.