bugfix/5-increase-avatar-size-and-font-conrtast #6
@ -14,6 +14,7 @@ import QtQuick.Controls 1.3 as QQC
|
||||
PlasmaComponents.ToolButton {
|
||||
id: root
|
||||
property int currentIndex: -1
|
||||
opacity: config.sessionButtonOpacity
|
||||
|
||||
implicitWidth: minimumWidth
|
||||
|
||||
|
@ -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
|
||||
|
@ -19,3 +19,5 @@ relativePositionX=0.3
|
||||
relativePositionY=0.7
|
||||
showTopBar=true
|
||||
autofocusInput=true
|
||||
|
||||
sessionButtonOpacity=0.5
|
||||
|
@ -9,3 +9,5 @@ type=color
|
||||
usernameLeftMargin=15
|
||||
showTopBar=true
|
||||
autofocusInput=true
|
||||
|
||||
sessionButtonOpacity=0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user