Preferences: Fix dead/dupe remove buttons
For some reason, they were marked "navigational", because I accidentally chose the Info inspector button as the button to dupe to create them in the first place. Fixes #237 Signed-off-by: Christopher Snowhill <kode54@gmail.com>CQTexperiment
parent
f09022693a
commit
b9dde0deca
|
@ -1100,7 +1100,7 @@
|
|||
<size key="minSize" width="70" height="25"/>
|
||||
<size key="maxSize" width="70" height="25"/>
|
||||
</toolbarItem>
|
||||
<toolbarItem implicitItemIdentifier="E56B804D-0A4D-415C-B34A-56D9102046D1" label="Remove Duplicate Items" paletteLabel="Remove Duplicate Items" image="duplicateItemsTemplate" bordered="YES" navigational="YES" id="4pg-Lq-O8K">
|
||||
<toolbarItem implicitItemIdentifier="E56B804D-0A4D-415C-B34A-56D9102046D1" label="Remove Duplicate Items" paletteLabel="Remove Duplicate Items" image="duplicateItemsTemplate" bordered="YES" id="4pg-Lq-O8K">
|
||||
<nil key="toolTip"/>
|
||||
<size key="minSize" width="28" height="23"/>
|
||||
<size key="maxSize" width="32" height="32"/>
|
||||
|
@ -1116,7 +1116,7 @@
|
|||
</connections>
|
||||
</button>
|
||||
</toolbarItem>
|
||||
<toolbarItem implicitItemIdentifier="56A027C2-B330-46E5-8C3C-AADF8DF7F2EE" label="Remove Dead Items" paletteLabel="Remove Dead Items" image="deadItemsTemplate" bordered="YES" navigational="YES" id="WKt-lM-Bv1">
|
||||
<toolbarItem implicitItemIdentifier="56A027C2-B330-46E5-8C3C-AADF8DF7F2EE" label="Remove Dead Items" paletteLabel="Remove Dead Items" image="deadItemsTemplate" bordered="YES" id="WKt-lM-Bv1">
|
||||
<nil key="toolTip"/>
|
||||
<size key="minSize" width="28" height="23"/>
|
||||
<size key="maxSize" width="32" height="32"/>
|
||||
|
|
Loading…
Reference in New Issue