bugfix/5-increase-avatar-size-and-font-conrtast #6
@ -14,6 +14,7 @@ import QtQuick.Controls 1.3 as QQC
|
|||||||
PlasmaComponents.ToolButton {
|
PlasmaComponents.ToolButton {
|
||||||
id: root
|
id: root
|
||||||
property int currentIndex: -1
|
property int currentIndex: -1
|
||||||
|
opacity: config.sessionButtonOpacity
|
||||||
|
|
||||||
implicitWidth: minimumWidth
|
implicitWidth: minimumWidth
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ Item {
|
|||||||
bottomMargin: PlasmaCore.Units.largeSpacing
|
bottomMargin: PlasmaCore.Units.largeSpacing
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
Behavior on width {
|
Behavior on width {
|
||||||
PropertyAnimation {
|
PropertyAnimation {
|
||||||
from: faceSize
|
from: faceSize
|
||||||
duration: PlasmaCore.Units.longDuration;
|
duration: PlasmaCore.Units.longDuration;
|
||||||
@ -161,6 +161,7 @@ Item {
|
|||||||
text: wrapper.name
|
text: wrapper.name
|
||||||
style: softwareRendering ? Text.Outline : Text.Normal
|
style: softwareRendering ? Text.Outline : Text.Normal
|
||||||
styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter
|
styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter
|
||||||
|
color: 'white'
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
//make an indication that this has active focus, this only happens when reached with keyboard navigation
|
//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
|
relativePositionY=0.7
|
||||||
showTopBar=true
|
showTopBar=true
|
||||||
autofocusInput=true
|
autofocusInput=true
|
||||||
|
|
||||||
|
sessionButtonOpacity=0.5
|
||||||
|
@ -9,3 +9,5 @@ type=color
|
|||||||
usernameLeftMargin=15
|
usernameLeftMargin=15
|
||||||
showTopBar=true
|
showTopBar=true
|
||||||
autofocusInput=true
|
autofocusInput=true
|
||||||
|
|
||||||
|
sessionButtonOpacity=0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user