summaryrefslogtreecommitdiffstats
path: root/panels/universal-access/cc-cursor-size-dialog.ui
blob: 37f10a384abfc125c7174c96a8f1ea31e7f8172b (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="CcCursorSizeDialog" parent="GtkDialog">
    <property name="title" translatable="yes">Cursor Size</property>
    <property name="resizable">False</property>
    <property name="modal">True</property>
    <child>
      <object class="GtkBox">
        <property name="margin_start">12</property>
        <property name="margin_end">12</property>
        <property name="margin_top">12</property>
        <property name="margin_bottom">12</property>
        <property name="orientation">vertical</property>
        <property name="spacing">8</property>
        <child>
          <object class="GtkLabel">
            <property name="margin_start">12</property>
            <property name="margin_end">6</property>
            <property name="margin_top">6</property>
            <property name="margin_bottom">6</property>
            <property name="label" translatable="yes">Cursor size can be combined with zoom to make it easier to see the cursor.</property>
            <property name="wrap">True</property>
            <property name="max_width_chars">45</property>
            <property name="xalign">0</property>
          </object>
        </child>
        <child>
          <object class="GtkGrid" id="size_grid">
            <property name="hexpand">True</property>
            <property name="halign">center</property>
            <style>
              <class name="linked"/>
            </style>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>