Skip to content

Commit df6a473

Browse files
committed
Small adjustments
1 parent f043b57 commit df6a473

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

qml/pages/About.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Page {
4343
}
4444

4545
Label {
46-
text: "Vocabulary 1.0"
46+
text: "Vocabulary 1.1"
4747
}
4848

4949
Text {

qml/pages/List.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Page {
106106
Timer {
107107
id: search_timer
108108
repeat: false
109-
interval: 1000
109+
interval: 750
110110
onTriggered: {
111111
functions.filter_list(page.search_text)
112112
}

rpm/harbour-vocabulary.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name: harbour-vocabulary
88
%{!?qtc_make:%define qtc_make make}
99
%{?qtc_builddir:%define _builddir %qtc_builddir}
1010
Summary: Vocabulary trainer for SailfishOS
11-
Version: 1.0
11+
Version: 1.1
1212
Release: 1
1313
Group: Qt/Qt
1414
License: Apache-2.0

0 commit comments

Comments
 (0)