D26681: [TabBox] Thumbnail Grid window switcher
Roman Gilg
noreply at phabricator.kde.org
Wed Jan 15 13:26:00 GMT 2020
romangg requested changes to this revision.
romangg added a reviewer: Plasma.
romangg added a comment.
This revision now requires changes to proceed.
Nice. Let's fix these few issues and get it merged before tomorrow. Other small issues can be fixed in beta phase.
INLINE COMMENTS
> main.qml:182
> + id: iconItem
> + Layout.fillHeight: true
> + implicitWidth: parent.height
It works for me if you keep it `height: parent.height`.
> main.qml:183
> + Layout.fillHeight: true
> + implicitWidth: parent.height
> + icon: model.icon
This must be `width: parent.height`. implicitWidth is a read-only property. WIthout this change the qml file won't load.
> main.qml:230
> +
> +
> + // This doesn't work, nor does keyboard input work on any other tabbox skin (KDE 5.7.4)
trailing white space
REPOSITORY
R114 Plasma Addons
REVISION DETAIL
https://phabricator.kde.org/D26681
To: Zren, romangg, #plasma
Cc: romangg, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200115/516c75e3/attachment.html>
More information about the Plasma-devel
mailing list