~smcgrath23/pyrock/trunk

« back to all changes in this revision

Viewing changes to data/ui/PlayerCtrls.ui

  • Committer: Steve McGrath
  • Date: 2010-07-17 23:23:35 UTC
  • Revision ID: steve@obelisk-20100717232335-z7weji3fqau4wnh0
UI fixes, code tweaks, volume control, hacking at random.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
            <property name="focus_on_click">False</property>
99
99
            <property name="orientation">vertical</property>
100
100
            <property name="size">large-toolbar</property>
 
101
            <property name="adjustment">adj_volume</property>
101
102
            <property name="icons">audio-volume-muted
102
103
audio-volume-high
103
104
audio-volume-low
104
105
audio-volume-medium</property>
 
106
            <signal name="value_changed" handler="_on_volumebutton_value_changed"/>
105
107
          </object>
106
108
          <packing>
107
109
            <property name="expand">False</property>
128
130
      </packing>
129
131
    </child>
130
132
  </object>
 
133
  <object class="GtkAdjustment" id="adj_volume">
 
134
    <property name="upper">1</property>
 
135
    <property name="step_increment">0.01</property>
 
136
    <property name="page_increment">0.10000000000000001</property>
 
137
  </object>
131
138
</interface>