mirror of
https://github.com/libratbag/piper.git
synced 2026-04-20 22:37:55 -04:00
This size is determined to be the best one with the current set of device SVGs in libratbag. It is set to ensure that the jump in size caused by the MousePerspective populating itself when switched to is minimal and the least disturbing. We can't populate the MousePerspective in advance because we need to know the device.
38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.20.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.20"/>
|
|
<template class="Window" parent="GtkApplicationWindow">
|
|
<!-- This size is determined to be the best one with the current set of
|
|
device SVGs in libratbag. It is set to ensure that the jump in size
|
|
caused by the MousePerspective populating itself when switched to is
|
|
minimal and the least disturbing. We can't populate the MousePerspective
|
|
in advance because we need to know the device. -->
|
|
<property name="width_request">1012</property>
|
|
<property name="height_request">596</property>
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkStack" id="stack_perspectives">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="transition_duration">300</property>
|
|
<property name="transition_type">crossfade</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="titlebar">
|
|
<object class="GtkStack" id="stack_titlebar">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="hhomogeneous">False</property>
|
|
<property name="vhomogeneous">False</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|