mart added a comment.

  the problem for me is sizehelper having a wrong size when the state is 
horizontalPanelSmall
  
  if i add an huge pixelSize to sizehelper (as it was used to have), the layout 
problem is fixed

INLINE COMMENTS

> DigitalClock.qml:531
>          font.italic: timeLabel.font.italic
> -        font.pointSize: 1024
> -
> -        verticalAlignment: Text.AlignVCenter
> +        minimumPixelSize: 1
>  

add the following line here: 
font.pixelSize: 1024
it fixes the smallhorizontalpanel case for me

REPOSITORY
  R120 Plasma Workspace

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: subdiff, #plasma, mart
Cc: mart, plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas

Reply via email to