Add custom W-in-box icon for WSDL import sidebar button
This commit is contained in:
parent
037691eb5c
commit
0827e3637a
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px">
|
||||
<g fill="none" stroke="#222222" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Rounded rectangle frame -->
|
||||
<rect x="1.5" y="1.5" width="13" height="13" rx="2.25" ry="2.25" stroke-width="1.5"/>
|
||||
<!-- Bold W letter -->
|
||||
<path stroke-width="2.1" d="M 3.25 5 L 5.25 11 L 8 8 L 10.75 11 L 12.75 5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 458 B |
@ -50,7 +50,7 @@
|
||||
</child>
|
||||
<child type="end">
|
||||
<object class="GtkButton" id="import_wsdl_button">
|
||||
<property name="icon-name">folder-download-symbolic</property>
|
||||
<property name="icon-name">wsdl-import-symbolic</property>
|
||||
<property name="tooltip-text">Import from WSDL</property>
|
||||
<signal name="clicked" handler="on_import_wsdl_clicked"/>
|
||||
<style>
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
<file preprocess="xml-stripblanks">environments-dialog.ui</file>
|
||||
<file preprocess="xml-stripblanks">export-dialog.ui</file>
|
||||
<file alias="icons/export-symbolic.svg">../data/icons/hicolor/symbolic/apps/export-symbolic.svg</file>
|
||||
<file alias="icons/wsdl-import-symbolic.svg">../data/icons/hicolor/symbolic/apps/wsdl-import-symbolic.svg</file>
|
||||
<file preprocess="xml-stripblanks">widgets/header-row.ui</file>
|
||||
<file preprocess="xml-stripblanks">widgets/history-item.ui</file>
|
||||
<file preprocess="xml-stripblanks">widgets/project-item.ui</file>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user