Implemented MainWindow's TOC as a toolbar with icons and text.

This commit is contained in:
Jim Evins
2018-11-04 16:39:57 -05:00
parent b8166315b2
commit f5b494d714
152 changed files with 2351 additions and 2686 deletions
@@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="22" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 1,1 1,6 2,6 2,2 6,2 6,1 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 16,1 16,2 20,2 20,6 21,6 21,1 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 16,20 16,21 21,21 21,16 20,16 20,20 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 1,16 1,21 6,21 6,20 2,20 2,16 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 6,8 6,10 16,10 16,8 Z" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M 6,12 6,14 16,14 16,12 Z" />
</svg>

After

Width:  |  Height:  |  Size: 777 B