[Differential] [Commented On] D3630: [Digital Clock] Bug fixes and ui code optimization
mart (Marco Martin)
noreply at phabricator.kde.org
Mon Jan 2 17:25:55 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170102/e5346cae/attachment.html>
More information about the Plasma-devel
mailing list