Comment 19 for bug 434364

Revision history for this message
dmoore (damien-moore) wrote :

>Sidebar icon : considering my former comment, an arrow would be
>better than a "+" an arrow like in GTK_STOCK_FULLSCREEN &
>GTK_STOCK_LEAVE_ FULLSCREEN would be consistent i think

In rev250 I committed a prototype. It could use some tinkering such as adding arrow(s). The inkscape svg is in phraymd/icons/sidebar.svg (exported as 128x128 png)

>Assuming you meant "don't understand why you CAN'T have
>icon and label on the button" I'll try this.
>(You can definitely do this with a normal button,
>maybe not a toolbar button --- doesn't matter because
>it's easy enough to embed the normal button in a toolitem.)

It turns out that this isn't so easy. default standard Toggle Button wants to show text but no icon. The toolbar ToggleToolButton wants to show icon but no text. grrr...