4c0ce1146a
- Added side pane for product preview and information - Product selection is done with a separate pushbutton, so that user gets a chance to preview the complete product information before committing to the selection - Supports two view modes: Grid View and List View - View mode is automatically stored in Settings, so it will default to the user's prefered mode - Should address most concerns in #109 and #142
16 lines
483 B
XML
16 lines
483 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="22" height="22" >
|
|
|
|
<rect x="3" y="3" width="7" height="7"
|
|
style="fill:#333333;fill-opacity:1;stroke:none" />
|
|
|
|
<rect x="12" y="3" width="7" height="7"
|
|
style="fill:#333333;fill-opacity:1;stroke:none" />
|
|
|
|
<rect x="3" y="12" width="7" height="7"
|
|
style="fill:#333333;fill-opacity:1;stroke:none" />
|
|
|
|
<rect x="12" y="12" width="7" height="7"
|
|
style="fill:#333333;fill-opacity:1;stroke:none" />
|
|
|
|
</svg>
|