Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma Mobile
Angelfish
Commits
c70beef3
Commit
c70beef3
authored
Mar 01, 2020
by
Rinigus Saar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show favicons in tabs selection
parent
889127d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/contents/ui/Tabs.qml
src/contents/ui/Tabs.qml
+12
-0
No files found.
src/contents/ui/Tabs.qml
View file @
c70beef3
...
...
@@ -221,6 +221,18 @@ Kirigami.ScrollablePage {
width
:
label
.
width
}
}
Image
{
anchors
{
bottom
:
tabItem
.
bottom
right
:
tabItem
.
right
bottomMargin
:
Kirigami
.
Units
.
smallSpacing
rightMargin
:
Kirigami
.
Units
.
smallSpacing
+
Kirigami
.
Units
.
largeSpacing
+
(
tabsRoot
.
landscapeMode
?
0
:
tabsRoot
.
width
-
grid
.
width
)
}
fillMode
:
Image
.
PreserveAspectFit
height
:
Math
.
min
(
sourceSize
.
height
,
label
.
height
)
source
:
tabs
.
itemAt
(
index
).
icon
}
}
}
...
...
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