~guillaume86/exaile/context-dev

« back to all changes in this revision

Viewing changes to plugins/podcasts/podcasts.glade

  • Committer: guillaume86
  • Date: 2009-07-25 14:58:51 UTC
  • mfrom: (2141.1.50 exaile-0.3.0)
  • Revision ID: guillaume86-20090725145851-5mtd72f9ze9u1ma6
Added a little hack to adjust zoom level for the new webkit version (and yeah it's working with the ppa version now!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.16 -->
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <widget class="GtkWindow" id="PodcastPanelWindow">
 
6
    <child>
 
7
      <widget class="GtkVBox" id="podcasts_box">
 
8
        <property name="visible">True</property>
 
9
        <property name="border_width">3</property>
 
10
        <property name="orientation">vertical</property>
 
11
        <property name="spacing">3</property>
 
12
        <child>
 
13
          <widget class="GtkHBox" id="hbox1">
 
14
            <property name="visible">True</property>
 
15
            <property name="spacing">3</property>
 
16
            <child>
 
17
              <widget class="GtkButton" id="add_button">
 
18
                <property name="visible">True</property>
 
19
                <property name="can_focus">True</property>
 
20
                <property name="receives_default">True</property>
 
21
                <signal name="clicked" handler="on_add_button_clicked"/>
 
22
                <child>
 
23
                  <widget class="GtkImage" id="image2">
 
24
                    <property name="visible">True</property>
 
25
                    <property name="stock">gtk-add</property>
 
26
                    <property name="icon-size">2</property>
 
27
                  </widget>
 
28
                </child>
 
29
              </widget>
 
30
              <packing>
 
31
                <property name="expand">False</property>
 
32
                <property name="fill">False</property>
 
33
                <property name="position">0</property>
 
34
              </packing>
 
35
            </child>
 
36
            <child>
 
37
              <placeholder/>
 
38
            </child>
 
39
            <child>
 
40
              <placeholder/>
 
41
            </child>
 
42
          </widget>
 
43
          <packing>
 
44
            <property name="expand">False</property>
 
45
            <property name="fill">False</property>
 
46
            <property name="position">0</property>
 
47
          </packing>
 
48
        </child>
 
49
        <child>
 
50
          <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
51
            <property name="visible">True</property>
 
52
            <property name="can_focus">True</property>
 
53
            <property name="hscrollbar_policy">automatic</property>
 
54
            <property name="vscrollbar_policy">automatic</property>
 
55
            <property name="shadow_type">etched-in</property>
 
56
            <child>
 
57
              <widget class="GtkTreeView" id="podcast_tree">
 
58
                <property name="visible">True</property>
 
59
                <property name="can_focus">True</property>
 
60
              </widget>
 
61
            </child>
 
62
          </widget>
 
63
          <packing>
 
64
            <property name="position">1</property>
 
65
          </packing>
 
66
        </child>
 
67
      </widget>
 
68
    </child>
 
69
  </widget>
 
70
</glade-interface>