~ubuntu-branches/ubuntu/wily/gnome-software/wily

« back to all changes in this revision

Viewing changes to src/category-tile.ui

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-10-11 11:04:58 UTC
  • Revision ID: package-import@ubuntu.com-20141011110458-0qsyec8s0lsjevdv
Tags: upstream-3.14.0
ImportĀ upstreamĀ versionĀ 3.14.0

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.10 -->
 
4
  <template class="GsCategoryTile" parent="GtkButton">
 
5
    <property name="visible">True</property>
 
6
    <style>
 
7
      <class name="view"/>
 
8
      <class name="tile"/>
 
9
    </style>
 
10
    <child>
 
11
      <object class="GtkLabel" id="label">
 
12
        <property name="visible">True</property>
 
13
        <property name="margin_top">11</property>
 
14
        <property name="margin_bottom">12</property>
 
15
        <property name="margin_start">18</property>
 
16
        <property name="margin_end">18</property>
 
17
        <property name="xalign">0</property>
 
18
      </object>
 
19
    </child>
 
20
  </template>
 
21
</interface>