On Sunday 09 September 2012, Reza Shah wrote:
> Hi,
> 
> In current comic strip applet, we can choose to display text only,
> icon only or both.
> Seems this feature not available in master version.
> 
> Should i created my own tabbutton or this feature should go to master
> version?
> 

first, i think this is maybe a micro config option that i'm not sure it should 
be there...
that said, you can do that with the standard TabButton with something like

TabButton {
        iconSource: showIcons ? icon: ""
        text: showText ? text : ""
}

or something like that. I wou;d try dropping that feature and waiting for a 
velid usecase before eventually reintroducing it tough

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

Reply via email to