Page 1 of 1

Text only Header bar Style

Posted: Wed May 18, 2016 8:43 pm
by simon.schvartzman
Please see attached picture. It seems to me that the "Action Display Style" of the Header Bar Widget is not behaving as expected.

Am I missing something?

Best,

Re: Text only Header bar Style

Posted: Wed May 18, 2016 9:25 pm
by anmldr
I wondered the same thing today and could not figure that one out.

Linda

Re: Text only Header bar Style

Posted: Wed May 18, 2016 9:51 pm
by simon.schvartzman
Good to know I'm not the only one.

Let's wait and see what the "gurus" have to say about this...

Re: Text only Header bar Style

Posted: Wed Jun 08, 2016 3:23 pm
by MaxV
Uncheck "first action on left", however is a bug.

Re: Text only Header bar Style

Posted: Wed Jun 08, 2016 3:32 pm
by MaxV

Re: Text only Header bar Style

Posted: Wed Jun 08, 2016 3:36 pm
by peter-b
Hi Simon and Max,

The item on the left has special, theme-specific handling. If you would like to hide its icon, set the icon to empty.

Code: Select all

put the itemIcons of widget 1 into tIcons
put empty into item 1 of tIcons
set the itemIcons of widget 1 to tIcons

Re: Text only Header bar Style

Posted: Wed Jun 08, 2016 5:55 pm
by simon.schvartzman
Thanks Peter.