[Discussion] - Plasma Panels Future Enhancements?
Michail Vourlakos
mvourlakos at gmail.com
Mon Nov 14 13:01:21 UTC 2016
On 14/11/2016 12:11 μμ, Marco Martin wrote:
> 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?
>
>
why? it doesnt. The current implementation is left untouched in my test
system...
More information about the Plasma-devel
mailing list