~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to data/ui/gb-preferences-page-git.ui

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.8 -->
 
4
  <template class="GbPreferencesPageGit" parent="GbPreferencesPage">
 
5
    <property name="title" translatable="yes">Version Control</property>
 
6
    <child>
 
7
      <object class="GtkBox">
 
8
        <property name="visible">true</property>
 
9
        <property name="orientation">vertical</property>
 
10
        <property name="spacing">6</property>
 
11
        <child>
 
12
          <object class="GtkLabel">
 
13
            <property name="visible">true</property>
 
14
            <property name="label" translatable="yes">Source Code Attribution</property>
 
15
            <property name="margin-bottom">6</property>
 
16
            <property name="xalign">0.0</property>
 
17
            <style>
 
18
              <class name="dim-label"/>
 
19
            </style>
 
20
            <attributes>
 
21
              <attribute name="weight" value="bold"/>
 
22
            </attributes>
 
23
          </object>
 
24
        </child>
 
25
        <child>
 
26
          <object class="GtkBox">
 
27
            <property name="visible">True</property>
 
28
            <property name="orientation">horizontal</property>
 
29
            <style>
 
30
              <class name="linked"/>
 
31
            </style>
 
32
            <child>
 
33
              <object class="GtkLabel" id="name_label">
 
34
                <property name="visible">True</property>
 
35
                <property name="halign">start</property>
 
36
                <property name="hexpand">False</property>
 
37
                <property name="label" translatable="yes">Name</property>
 
38
                <style>
 
39
                  <class name="button"/>
 
40
                  <class name="text-button"/>
 
41
                </style>
 
42
              </object>
 
43
            </child>
 
44
            <child>
 
45
              <object class="GtkEntry" id="git_author_name_entry">
 
46
                <property name="visible">True</property>
 
47
                <property name="hexpand">True</property>
 
48
              </object>
 
49
            </child>
 
50
          </object>
 
51
        </child>
 
52
        <child>
 
53
          <object class="GtkBox">
 
54
            <property name="orientation">horizontal</property>
 
55
            <property name="visible">true</property>
 
56
            <style>
 
57
              <class name="linked"/>
 
58
            </style>
 
59
            <child>
 
60
              <object class="GtkLabel" id="email_label">
 
61
                <property name="visible">True</property>
 
62
                <property name="halign">start</property>
 
63
                <property name="label" translatable="yes">Email</property>
 
64
                <style>
 
65
                  <class name="button"/>
 
66
                  <class name="text-button"/>
 
67
                </style>
 
68
              </object>
 
69
            </child>
 
70
            <child>
 
71
              <object class="GtkEntry" id="git_author_email_entry">
 
72
                <property name="visible">True</property>
 
73
                <property name="hexpand">True</property>
 
74
              </object>
 
75
            </child>
 
76
          </object>
 
77
        </child>
 
78
      </object>
 
79
    </child>
 
80
  </template>
 
81
  <object class="GtkSizeGroup">
 
82
    <property name="mode">horizontal</property>
 
83
    <widgets>
 
84
      <widget name="name_label"/>
 
85
      <widget name="email_label"/>
 
86
    </widgets>
 
87
  </object>
 
88
</interface>