mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-12 09:01:29 +03:00
improve ui mockup
This commit is contained in:
@@ -120,21 +120,54 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwActionRow">
|
<object class="AdwActionRow">
|
||||||
<property name="title">capture / emulation status</property>
|
<property name="title">input capture is disabled</property>
|
||||||
<child>
|
<property name="icon-name">dialog-warning-symbolic</property>
|
||||||
<object class="GtkButton" id="input_emulation_button">
|
|
||||||
<property name="icon-name">input-mouse-symbolic</property>
|
|
||||||
<property name="valign">center</property>
|
|
||||||
<signal name="clicked" handler="handle_emulation" swapped="true"/>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="input_capture_button">
|
<object class="GtkButton" id="input_capture_button">
|
||||||
<property name="icon-name">input-mouse-symbolic</property>
|
<property name="child">
|
||||||
<property name="valign">center</property>
|
<object class="AdwButtonContent">
|
||||||
|
<property name="icon-name">object-rotate-right-symbolic</property>
|
||||||
|
<property name="label" translatable="yes">Reenable</property>
|
||||||
|
</object>
|
||||||
|
</property>
|
||||||
<signal name="clicked" handler="handle_capture" swapped="true"/>
|
<signal name="clicked" handler="handle_capture" swapped="true"/>
|
||||||
|
<property name="valign">center</property>
|
||||||
|
<style>
|
||||||
|
<class name="circular"/>
|
||||||
|
<class name="flat"/>
|
||||||
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<style>
|
||||||
|
<class name="warning"/>
|
||||||
|
</style>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="AdwActionRow">
|
||||||
|
<property name="title">input emulation is disabled</property>
|
||||||
|
<property name="icon-name">dialog-warning-symbolic</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkButton" id="input_emulation_button">
|
||||||
|
<property name="child">
|
||||||
|
<object class="AdwButtonContent">
|
||||||
|
<property name="icon-name">object-rotate-right-symbolic</property>
|
||||||
|
<property name="label" translatable="yes">Reenable</property>
|
||||||
|
</object>
|
||||||
|
</property>
|
||||||
|
<property name="valign">center</property>
|
||||||
|
<signal name="clicked" handler="handle_emulation" swapped="true"/>
|
||||||
|
<style>
|
||||||
|
<class name="circular"/>
|
||||||
|
<class name="flat"/>
|
||||||
|
</style>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
<child>
|
||||||
|
</child>
|
||||||
|
<style>
|
||||||
|
<class name="warning"/>
|
||||||
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user