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
314a3fa0
Commit
314a3fa0
authored
Mar 29, 2020
by
Rinigus Saar
Committed by
Jonah Brüchert
Mar 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
highlight border on selected tab in tabs overview
parent
19e1218f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/contents/ui/Tabs.qml
src/contents/ui/Tabs.qml
+2
-2
No files found.
src/contents/ui/Tabs.qml
View file @
314a3fa0
...
...
@@ -115,12 +115,12 @@ Kirigami.ScrollablePage {
}
Rectangle
{
// border around a tile
// border around a
selected
tile
anchors.fill
:
parent
;
border.color
:
Kirigami
.
Theme
.
textColor
border.width
:
webBrowser
.
borderWidth
color
:
"
transparent
"
opacity
:
tabs
.
currentIndex
===
index
?
0.75
:
0.
3
opacity
:
tabs
.
currentIndex
===
index
?
1.0
:
0.
2
}
Rectangle
{
...
...
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