mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 585924 - titlebar buttons shouldn't react to right clicks. r=gavin
--HG-- extra : rebase_source : 7d694ff2b121a8ae6df2ed54660f93f422c2e11b
This commit is contained in:
parent
c7de30c461
commit
deff2ba95b
@ -751,9 +751,9 @@
|
||||
</hbox>
|
||||
<spacer id="titlebar-spacer" flex="1"/>
|
||||
<hbox id="titlebar-buttonbox">
|
||||
<toolbarbutton id="titlebar-min" onclick="window.minimize();"/>
|
||||
<toolbarbutton id="titlebar-max" onclick="onTitlebarMaxClick();"/>
|
||||
<toolbarbutton id="titlebar-close" onclick="window.close();"/>
|
||||
<toolbarbutton id="titlebar-min" oncommand="window.minimize();"/>
|
||||
<toolbarbutton id="titlebar-max" oncommand="onTitlebarMaxClick();"/>
|
||||
<toolbarbutton id="titlebar-close" oncommand="window.close();"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
Loading…
Reference in New Issue
Block a user