> On June 9, 2016, 8:34 a.m., Marco Martin wrote:
> > to change the size of the popup you change 
> > Layout.minimumWidth/Layout.minimumHeight of the root element of the popup, 
> > inthis case applet root element

I play with 

    id: main;

    Plasmoid.switchWidth: Layout.minimumWidth
    Plasmoid.switchHeight: Layout.minimumHeight
    Layout.minimumWidth: mainLayout.Layout.minimumWidth + 8
    Layout.minimumHeight: mainLayout.Layout.minimumHeight + 8
    
but I can't change anything. sorry.


- Andreas


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128131/#review96306
-----------------------------------------------------------


On June 9, 2016, 12:14 a.m., Andreas Kainz wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128131/
> -----------------------------------------------------------
> 
> (Updated June 9, 2016, 12:14 a.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: kdeplasma-addons
> 
> 
> Description
> -------
> 
> change the output field of the calculator
> 
> 
> Diffs
> -----
> 
>   applets/calculator/package/contents/ui/calculator.qml 2db968a 
> 
> Diff: https://git.reviewboard.kde.org/r/128131/diff/
> 
> 
> Testing
> -------
> 
> on the desktop and in the panel.
> 
> where can I find the Layout.minimumWidth and Layout.minimumHeight? or how can 
> I change the size of the applet when it pop-up in the panel (it's to big)
> 
> 
> Thanks,
> 
> Andreas Kainz
> 
>

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to