[Discussion] - Plasma Panels Future Enhancements?
Marco Martin
notmart at gmail.com
Mon Nov 14 10:11:57 UTC 2016
On Saturday 12 November 2016, Michail Vourlakos wrote:
> Binding {
> target: panel
> property: "maskArea"
> when: panelClient && panelClient.maskArea!==undefined
> value: {
> if (!panelClient || !panelClient.maskArea) {
> return;
> }
>
> return panelClient.maskArea;
> }
> }
this binding would completely break panel height controlling by the user no?
--
Marco Martin
More information about the Plasma-devel
mailing list