left and right edges resized in the wrong direction

This commit is contained in:
Mikael Magnusson 2007-05-30 17:34:23 +00:00
parent ed1dcb6b48
commit b27d9d21a3

View file

@ -324,7 +324,7 @@
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"><edge>top</edge></action>
<action name="Resize"><edge>left</edge></action>
</mousebind>
</context>
@ -336,7 +336,7 @@
<action name="Raise"/>
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"><edge>top</edge></action>
<action name="Resize"><edge>right</edge></action>
</mousebind>
</context>