summaryrefslogtreecommitdiff
path: root/data/ui/baobab-pathbutton.ui
blob: 98f41eff0c7832d37d0e8952c09d98c374b72911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="BaobabPathButton" parent="GtkButton">
    <property name="visible">True</property>
    <child>
      <object class="GtkLabel" id="label">
        <property name="visible">True</property>
        <property name="ellipsize">middle</property>
        <property name="max_width_chars">15</property>
      </object>
    </child>
  </template>
</interface>