6a452d9023
- move plain html controls into HTMLContent widget - reuse scrollable bar from notebookbar - use dynamically loaded menu entries in MenuButton - allow to update MenuButton which contains menu id in the id Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I2b77479520c03420fefeb32dd09d6b34279e5686
13 lines
338 B
XML
13 lines
338 B
XML
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
<g id="background"
|
|
class="icn icn--text-color"
|
|
fill="none"
|
|
stroke="#696969"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
>
|
|
<path d="m 8,5 8,7 -8,7" />
|
|
</g>
|
|
</svg>
|