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
+23
View File
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="48" height="48" >
<rect
style="fill:#fafafa;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
x="6" y="20" width="36" height="24" rx="3" ry="3" />
<g transform="rotate(45,24,24)" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M20,8 l0,-5 a3,3,0,0,1,3,-3 l2,0 a3,3,0,0,1,3,3 l0,5 z" />
<rect
style="fill:#333333;fill-opacity:1;stroke:none"
x="20" y="10" width="8" height="20" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M20,32 l8,0 l-4,8 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 606 B