~ubuntu-branches/ubuntu/vivid/gnome-clocks/vivid-proposed

« back to all changes in this revision

Viewing changes to data/ui/window.ui

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-09-24 16:31:57 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20140924163157-ju5mqzgrimtjbrct
Tags: 3.14.0-1
* New upstream release.
* Bump libgweather-3-dev build-dependency to >= 3.13.91
  - according to configure.ac changes
* Bump gtk+ build-dependency to 3.13.8 and valac >= 0.25.3
  - Usage of Gtk.StateFlags.CHECKED

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <!-- interface-requires gtk+ 3.8 -->
4
 
  <template class="ClocksWindow" parent="Gtk.ApplicationWindow">
 
4
  <template class="ClocksWindow" parent="GtkApplicationWindow">
5
5
    <property name="title" translatable="yes">Clocks</property>
6
6
    <child type="titlebar">
7
7
      <object class="ClocksHeaderBar" id="header_bar">
25
25
        <property name="shadow_type">none</property>
26
26
        <property name="vexpand">True</property>
27
27
        <property name="hexpand">True</property>
28
 
        <style>
29
 
          <class name="view"/>
30
 
          <class name="content-view"/>
31
 
        </style>
32
28
        <child>
33
29
          <object class="GtkStack" id="stack">
34
30
            <property name="visible">True</property>