File: first_import_button.ui

package info (click to toggle)
cozy 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: python: 8,014; xml: 392; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="FirstImportButton" parent="GtkButton">
    <property name="halign">center</property>
    <child>
      <object class="GtkStack" id="stack">
        <property name="hhomogeneous">false</property>
        <child>
          <object class="AdwButtonContent" id="label">
            <property name="halign">center</property>
            <property name="label" translatable="true">Select Folder</property>
            <property name="icon-name">folder-open-symbolic</property>
          </object>
        </child>
        <child>
          <object class="GtkSpinner" id="spinner"/>
        </child>
      </object>
    </child>
    <style>
      <class name="suggested-action"/>
      <class name="pill"/>
    </style>
  </template>
</interface>