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
P
Plasma Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
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
Plasma Add-ons
Commits
88973150
Commit
88973150
authored
Jan 05, 2018
by
Kai Uwe Broulik
🍇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[User Switcher] Still theme the logout and leave buttons
Only the avatars shouldn't be.
parent
0970bdbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
applets/userswitcher/package/contents/ui/ListDelegate.qml
applets/userswitcher/package/contents/ui/ListDelegate.qml
+2
-1
applets/userswitcher/package/contents/ui/main.qml
applets/userswitcher/package/contents/ui/main.qml
+2
-0
No files found.
applets/userswitcher/package/contents/ui/ListDelegate.qml
View file @
88973150
...
...
@@ -35,6 +35,8 @@ Item {
property
bool
interactive
:
true
property
bool
interactiveIcon
:
false
property
alias
usesPlasmaTheme
:
icon
.
usesPlasmaTheme
property
alias
containsMouse
:
area
.
containsMouse
property
Item
highlight
...
...
@@ -77,7 +79,6 @@ Item {
Layout.maximumWidth
:
units
.
iconSizes
.
medium
Layout.minimumHeight
:
units
.
iconSizes
.
medium
Layout.maximumHeight
:
units
.
iconSizes
.
medium
usesPlasmaTheme
:
false
MouseArea
{
anchors.fill
:
parent
...
...
applets/userswitcher/package/contents/ui/main.qml
View file @
88973150
...
...
@@ -168,6 +168,7 @@ Item {
interactive
:
false
interactiveIcon
:
true
onIconClicked
:
KCMShell
.
open
(
"
user_manager
"
)
usesPlasmaTheme
:
false
}
PlasmaExtras.ScrollArea
{
...
...
@@ -216,6 +217,7 @@ Item {
userList
.
currentIndex
=
-
1
}
}
usesPlasmaTheme
:
false
}
}
}
...
...
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