mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 517455: close button in dialogs is not sized as it should [r=mark.finkle]
This commit is contained in:
parent
1775544841
commit
f1c9bee7d5
@ -10,7 +10,7 @@
|
||||
<xul:box xbl:inherits="orient" class="dialog-dark" align="center">
|
||||
<children/>
|
||||
</xul:box>
|
||||
<xul:image collapsed="true" top="-10" anonid="close" class="close-button"
|
||||
<xul:image collapsed="true" top="-10" left="0" anonid="close" class="close-button"
|
||||
onclick="document.getBindingParent(this).close()"/>
|
||||
</xul:stack>
|
||||
</content>
|
||||
|
Loading…
Reference in New Issue
Block a user