ffee76fc4f
This will give Fractal-Next a nice bit of polish by using clean transitions for every stack.
27 lines
876 B
XML
27 lines
876 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="SpinnerButton" parent="GtkButton">
|
|
<property name="child">
|
|
<object class="GtkStack" id="stack">
|
|
<property name="transition-type">crossfade</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="use_underline">True</property>
|
|
<property name="mnemonic_widget">SpinnerButton</property>
|
|
<style>
|
|
<class name="text-button"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkSpinner" id="spinner">
|
|
<property name="spinning">True</property>
|
|
<property name="valign">center</property>
|
|
<property name="halign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|
|
|