Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KTrip
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Utilities
KTrip
Commits
a506c6b4
Commit
a506c6b4
authored
Oct 21, 2019
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't highlight first entry
parent
2ace4630
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/qml/ConnectionsPage.qml
src/qml/ConnectionsPage.qml
+1
-0
src/qml/LocationQueryPage.qml
src/qml/LocationQueryPage.qml
+1
-0
No files found.
src/qml/ConnectionsPage.qml
View file @
a506c6b4
...
...
@@ -53,6 +53,7 @@ Kirigami.Page
delegate
:
Kirigami.AbstractListItem
{
highlighted
:
false
onClicked
:
pageStack
.
push
(
Qt
.
resolvedUrl
(
"
ConnectionDetailsPage.qml
"
),
{
journey
:
journey
})
readonly
property
bool
cancelled
:
{
var
disrupt
=
false
...
...
src/qml/LocationQueryPage.qml
View file @
a506c6b4
...
...
@@ -44,6 +44,7 @@ Kirigami.Page
delegate
:
Kirigami.BasicListItem
{
text
:
modelData
.
name
highlighted
:
false
reserveSpaceForIcon
:
false
onClicked
:
{
_locationCache
.
addCachedLocation
(
modelData
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment