davidedmundson added a comment.

  Generally +1.
  
  Will approve once I've got through the applet change

INLINE COMMENTS

> ActionButton.qml:36
>  
> -    opacity: action==undefined||action.enabled?1:0.6
> -
> -    Behavior on opacity {
> -        NumberAnimation {
> -            duration: units.longDuration
> -            easing.type: Easing.InOutQuad
> +    Layout.fillWidth: true
> +    implicitWidth: Math.min(buttonColumn.implicitWidth, units.gridUnit * 10) 
> + leftPadding + rightPadding

I try and follow a rule to have a rule that all:

Layout.*
Anchors.*
width/x/y/height properties

Should be in the code of whoever creates the component, not in the component 
itself. (i.e ConfigOverlay) it makes things more portable

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D25592

To: mart, #plasma
Cc: davidedmundson, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, 
fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to