summaryrefslogtreecommitdiffstats
path: root/panels/color/cc-color-calibrate.ui
blob: 44f67e708681a34683547e8a7a469e266660469d (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkDialog" id="dialog_calibrate">
    <property name="margin_top">32</property>
    <property name="margin_bottom">32</property>
    <property name="margin_start">12</property>
    <property name="margin_end">12</property>
    <property name="title" translatable="yes">Display Calibration</property>
    <property name="deletable">False</property>
    <style>
      <class name="osd"/>
    </style>
    <child>
      <object class="GtkBox" id="dialog-vbox4">
        <property name="orientation">vertical</property>
        <property name="spacing">12</property>
        <child internal-child="action_area">
          <object class="GtkBox" id="dialog-action_area1">
            <child>
              <object class="GtkButton" id="button_cancel">
                <property name="label" translatable="yes">_Cancel</property>
                <property name="use_underline">True</property>
              </object>
            </child>
            <child>
              <object class="GtkButton" id="button_start">
                <property name="label" translatable="yes" comments="This starts the calibration process">_Start</property>
                <property name="use_underline">True</property>
              </object>
            </child>
            <child>
              <object class="GtkButton" id="button_resume">
                <property name="label" translatable="yes" comments="This resumes the calibration process">_Resume</property>
                <property name="use_underline">True</property>
              </object>
            </child>
            <child>
              <object class="GtkButton" id="button_done">
                <property name="label" translatable="yes" comments="This button returns the user back to the color control panel">_Done</property>
                <property name="use_underline">True</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="vbox_status">
            <property name="halign">center</property>
            <property name="valign">center</property>
            <property name="hexpand">True</property>
            <property name="vexpand">True</property>
            <property name="orientation">vertical</property>
            <property name="spacing">15</property>
            <child>
              <object class="GtkImage" id="image_status">
                <property name="valign">end</property>
                <property name="pixel_size">192</property>
                <property name="icon_name">address-book-new</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="label_status">
                <property name="valign">start</property>
                <property name="label">Do not disturb the calibration device while in progress</property>
                <property name="justify">center</property>
                <property name="wrap">True</property>
                <attributes>
                  <attribute name="weight" value="bold"/>
                  <attribute name="foreground" value="#ffffffffffff"/>
                </attributes>
              </object>
            </child>
            <child>
              <object class="GtkProgressBar" id="progressbar_status">
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
    <action-widgets>
      <action-widget response="0">button_cancel</action-widget>
      <action-widget response="0">button_start</action-widget>
      <action-widget response="0">button_resume</action-widget>
      <action-widget response="0">button_done</action-widget>
    </action-widgets>
  </object>
  <object class="GtkSizeGroup" id="sizegroup_sample"/>
</interface>