Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Itinerary
Commits
0cc4d1a7
Commit
0cc4d1a7
authored
May 13, 2018
by
Volker Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the details pages scrollable
parent
3ce9f7c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
src/app/DetailsPage.qml
src/app/DetailsPage.qml
+1
-1
src/app/HotelPage.qml
src/app/HotelPage.qml
+1
-2
src/app/TrainPage.qml
src/app/TrainPage.qml
+1
-2
No files found.
src/app/DetailsPage.qml
View file @
0cc4d1a7
...
...
@@ -23,7 +23,7 @@ import org.kde.kitinerary 1.0
import
org
.
kde
.
itinerary
1.0
import
"
.
"
as
App
Kirigami.Page
{
Kirigami.
Scrollable
Page
{
id
:
root
property
variant
reservation
...
...
src/app/HotelPage.qml
View file @
0cc4d1a7
...
...
@@ -29,8 +29,7 @@ App.DetailsPage {
GridLayout
{
id
:
grid
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
width
:
root
.
width
columns
:
2
QQC2.Label
{
...
...
src/app/TrainPage.qml
View file @
0cc4d1a7
...
...
@@ -29,8 +29,7 @@ App.DetailsPage {
GridLayout
{
id
:
grid
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
width
:
root
.
width
columns
:
2
QQC2.Label
{
...
...
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