bugfix/5-increase-avatar-size-and-font-conrtast #6

Merged
hygienic-books merged 3 commits from bugfix/5-increase-avatar-size-and-font-conrtast into master 2022-03-06 20:18:13 +00:00
4 changed files with 7 additions and 1 deletions
Showing only changes of commit db082d122d - Show all commits

View File

@ -14,6 +14,7 @@ import QtQuick.Controls 1.3 as QQC
PlasmaComponents.ToolButton {
id: root
property int currentIndex: -1
opacity: config.sessionButtonOpacity
implicitWidth: minimumWidth

View File

@ -58,7 +58,7 @@ Item {
bottomMargin: PlasmaCore.Units.largeSpacing
horizontalCenter: parent.horizontalCenter
}
Behavior on width {
Behavior on width {
PropertyAnimation {
from: faceSize
duration: PlasmaCore.Units.longDuration;
@ -161,6 +161,7 @@ Item {
text: wrapper.name
style: softwareRendering ? Text.Outline : Text.Normal
styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter
color: 'white'
elide: Text.ElideRight
horizontalAlignment: Text.AlignHCenter
//make an indication that this has active focus, this only happens when reached with keyboard navigation

View File

@ -19,3 +19,5 @@ relativePositionX=0.3
relativePositionY=0.7
showTopBar=true
autofocusInput=true
sessionButtonOpacity=0.5

View File

@ -9,3 +9,5 @@ type=color
usernameLeftMargin=15
showTopBar=true
autofocusInput=true
sessionButtonOpacity=0.5