/+junk/SAPG

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/SAPG

« back to all changes in this revision

Viewing changes to ui/window.glade

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-11 17:47:22 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151111174722-wm7jjqzp5fcgdl40
* Added AppState object to track the state of (the) play(er).
* Added in dep on gstreamer-1.0.
    We have to use the .vapi version, cus' of conflicting names of functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                    <property name="margin_left">35</property>
68
68
                    <property name="margin_right">35</property>
69
69
                    <property name="margin_top">10</property>
70
 
                    <property name="margin_bottom">10</property>
71
70
                  </object>
72
71
                  <packing>
73
72
                    <property name="expand">False</property>
79
78
                  <object class="GtkScale" id="volume_scale">
80
79
                    <property name="visible">True</property>
81
80
                    <property name="can_focus">True</property>
82
 
                    <property name="opacity">0.95999999999999996</property>
83
81
                    <property name="margin_left">25</property>
84
82
                    <property name="margin_right">25</property>
 
83
                    <property name="margin_bottom">5</property>
85
84
                    <property name="adjustment">volume_adjust</property>
86
85
                    <property name="round_digits">1</property>
87
86
                    <property name="draw_value">False</property>