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
Discover
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
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
Plasma
Discover
Commits
b8096e9d
Commit
b8096e9d
authored
Oct 30, 2017
by
Aleix Pol Gonzalez
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Center the icon together with the name
BUG: 384916
parent
e408de5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
discover/qml/ApplicationPage.qml
discover/qml/ApplicationPage.qml
+7
-2
No files found.
discover/qml/ApplicationPage.qml
View file @
b8096e9d
...
...
@@ -94,7 +94,7 @@ DiscoverPage {
contentItem
:
Item
{
RowLayout
{
anchors.fill
:
parent
spacing
:
0
spacing
:
Kirigami
.
Units
.
largeSpacing
ToolButton
{
iconName
:
"
draw-arrow-back
"
...
...
@@ -102,6 +102,9 @@ DiscoverPage {
enabled
:
appInfo
.
sClose
.
enabled
onClicked
:
appInfo
.
sClose
.
activated
()
}
Item
{
Layout.fillWidth
:
true
}
Kirigami.Icon
{
Layout.preferredHeight
:
Kirigami
.
Units
.
gridUnit
*
2
Layout.preferredWidth
:
Kirigami
.
Units
.
gridUnit
*
2
...
...
@@ -113,10 +116,12 @@ DiscoverPage {
level
:
3
text
:
appInfo
.
application
.
name
maximumLineCount
:
1
Layout.fillWidth
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignHCenter
}
Item
{
Layout.fillWidth
:
true
}
InstallApplicationButton
{
application
:
appInfo
.
application
...
...
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