left and right edges resized in the wrong direction
This commit is contained in:
parent
ed1dcb6b48
commit
b27d9d21a3
1 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"><edge>top</edge></action>
|
<action name="Resize"><edge>left</edge></action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
|
@ -336,7 +336,7 @@
|
||||||
<action name="Raise"/>
|
<action name="Raise"/>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
<mousebind button="Left" action="Drag">
|
<mousebind button="Left" action="Drag">
|
||||||
<action name="Resize"><edge>top</edge></action>
|
<action name="Resize"><edge>right</edge></action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue