clapper-app: Resize window to match aspect ratio with middle click

This commit is contained in:
Rafał Dzięgiel
2024-05-21 23:27:44 +02:00
parent 5049f620eb
commit ae6512b233
3 changed files with 191 additions and 16 deletions

View File

@@ -47,9 +47,9 @@
</child>
<child>
<object class="GtkGestureClick">
<property name="button">3</property>
<signal name="pressed" handler="right_click_pressed_cb"/>
<signal name="released" handler="right_click_released_cb"/>
<property name="button">0</property>
<signal name="pressed" handler="click_pressed_cb"/>
<signal name="released" handler="click_released_cb"/>
</object>
</child>
<child>
@@ -68,8 +68,5 @@
<signal name="drop" handler="drop_cb"/>
</object>
</child>
<style>
<class name="app"/>
</style>
</template>
</interface>