mouse: Prevent arrows in Test window from interfering with mouse events
Fixes #2769
This commit is contained in:
parent
22956cba01
commit
0efaa27bea
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
<property name="icon-name">go-up-symbolic</property>
|
||||
<property name="pixel-size">72</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="can-target">False</property>
|
||||
<style>
|
||||
<class name="mouse-test-arrow"/>
|
||||
</style>
|
||||
|
@ -42,6 +43,7 @@
|
|||
<property name="icon-name">go-down-symbolic</property>
|
||||
<property name="pixel-size">72</property>
|
||||
<property name="valign">end</property>
|
||||
<property name="can-target">False</property>
|
||||
<style>
|
||||
<class name="mouse-test-arrow"/>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue