~serge-hallyn/ubuntu/precise/rhythmbox/rhythmbox-sort

« back to all changes in this revision

Viewing changes to data/glade/song-info-multiple.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 19:23:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051202192318-7ayjionj59dq1wk4
Tags: 0.9.2-0ubuntu3
* debian/control.in:
  - Build-Depends on libmusicbrainz4-dev so rhythmbox does the CD 
    query on internet (Ubuntu: #20363).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    <widget class="GtkTable" id="song_info_basic">
18
18
      <property name="border_width">6</property>
19
19
      <property name="visible">True</property>
20
 
      <property name="n_rows">6</property>
 
20
      <property name="n_rows">5</property>
21
21
      <property name="n_columns">2</property>
22
22
      <property name="homogeneous">False</property>
23
23
      <property name="row_spacing">6</property>
162
162
      </child>
163
163
 
164
164
      <child>
165
 
        <widget class="GtkLabel" id="auto_rate_label">
166
 
          <property name="visible">True</property>
167
 
          <property name="label" translatable="yes">Automatically rate:</property>
168
 
          <property name="use_underline">False</property>
169
 
          <property name="use_markup">False</property>
170
 
          <property name="justify">GTK_JUSTIFY_LEFT</property>
171
 
          <property name="wrap">False</property>
172
 
          <property name="selectable">False</property>
173
 
          <property name="xalign">0</property>
174
 
          <property name="yalign">0.5</property>
175
 
          <property name="xpad">0</property>
176
 
          <property name="ypad">0</property>
177
 
        </widget>
178
 
        <packing>
179
 
          <property name="left_attach">0</property>
180
 
          <property name="right_attach">1</property>
181
 
          <property name="top_attach">4</property>
182
 
          <property name="bottom_attach">5</property>
183
 
          <property name="x_options">fill</property>
184
 
          <property name="y_options"></property>
185
 
        </packing>
186
 
      </child>
187
 
 
188
 
      <child>
189
 
        <widget class="GtkCheckButton" id="song_info_auto_rate">
190
 
          <property name="visible">True</property>
191
 
          <property name="can_focus">True</property>
192
 
          <property name="relief">GTK_RELIEF_NORMAL</property>
193
 
          <property name="active">False</property>
194
 
          <property name="inconsistent">False</property>
195
 
          <property name="draw_indicator">True</property>
196
 
 
197
 
          <child>
198
 
            <placeholder/>
199
 
          </child>
200
 
        </widget>
201
 
        <packing>
202
 
          <property name="left_attach">1</property>
203
 
          <property name="right_attach">2</property>
204
 
          <property name="top_attach">4</property>
205
 
          <property name="bottom_attach">5</property>
206
 
          <property name="x_options">fill</property>
207
 
          <property name="y_options"></property>
208
 
        </packing>
209
 
      </child>
210
 
 
211
 
      <child>
212
165
        <widget class="GtkLabel" id="rating_label">
213
166
          <property name="visible">True</property>
214
167
          <property name="label" translatable="yes">_Rating:</property>
225
178
        <packing>
226
179
          <property name="left_attach">0</property>
227
180
          <property name="right_attach">1</property>
228
 
          <property name="top_attach">5</property>
229
 
          <property name="bottom_attach">6</property>
 
181
          <property name="top_attach">4</property>
 
182
          <property name="bottom_attach">5</property>
230
183
          <property name="x_options">fill</property>
231
184
          <property name="y_options"></property>
232
185
        </packing>
245
198
        <packing>
246
199
          <property name="left_attach">1</property>
247
200
          <property name="right_attach">2</property>
248
 
          <property name="top_attach">5</property>
249
 
          <property name="bottom_attach">6</property>
 
201
          <property name="top_attach">4</property>
 
202
          <property name="bottom_attach">5</property>
250
203
          <property name="x_options">fill</property>
251
204
          <property name="y_options">fill</property>
252
205
        </packing>