~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to data/glade/station-properties.glade

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        <widget class="GtkTable" id="stationproperties">
63
63
          <property name="border_width">5</property>
64
64
          <property name="visible">True</property>
65
 
          <property name="n_rows">7</property>
 
65
          <property name="n_rows">8</property>
66
66
          <property name="n_columns">2</property>
67
67
          <property name="homogeneous">False</property>
68
68
          <property name="row_spacing">6</property>
277
277
          <child>
278
278
            <widget class="GtkLabel" id="lastplayedLabel">
279
279
              <property name="visible">True</property>
280
 
              <property name="label" translatable="yes">Wed, Jan 01, 1970 00:00:00 -0500</property>
 
280
              <property name="label"></property>
281
281
              <property name="use_underline">False</property>
282
282
              <property name="use_markup">False</property>
283
283
              <property name="justify">GTK_JUSTIFY_LEFT</property>
393
393
              <property name="y_options"></property>
394
394
            </packing>
395
395
          </child>
 
396
          <child>
 
397
            <widget class="GtkHBox" id="errorBox">
 
398
              <property name="border_width">6</property>
 
399
              <property name="visible">True</property>
 
400
              <property name="homogeneous">False</property>
 
401
              <property name="spacing">6</property>
 
402
 
 
403
              <child>
 
404
                <widget class="GtkImage" id="errorImage">
 
405
                  <property name="visible">True</property>
 
406
                  <property name="stock">gtk-dialog-error</property>
 
407
                  <property name="icon_size">6</property>
 
408
                  <property name="xalign">0.5</property>
 
409
                  <property name="yalign">0.5</property>
 
410
                  <property name="xpad">0</property>
 
411
                  <property name="ypad">0</property>
 
412
                </widget>
 
413
                <packing>
 
414
                  <property name="padding">0</property>
 
415
                  <property name="expand">False</property>
 
416
                  <property name="fill">False</property>
 
417
                </packing>
 
418
              </child>
 
419
 
 
420
              <child>
 
421
                <widget class="GtkLabel" id="errorLabel">
 
422
                  <property name="visible">True</property>
 
423
                  <property name="label" translatable="yes">Error message</property>
 
424
                  <property name="use_underline">False</property>
 
425
                  <property name="use_markup">False</property>
 
426
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
427
                  <property name="wrap">True</property>
 
428
                  <property name="selectable">False</property>
 
429
                  <property name="xalign">0.5</property>
 
430
                  <property name="yalign">0.5</property>
 
431
                  <property name="xpad">0</property>
 
432
                  <property name="ypad">0</property>
 
433
                </widget>
 
434
                <packing>
 
435
                  <property name="padding">0</property>
 
436
                  <property name="expand">False</property>
 
437
                  <property name="fill">False</property>
 
438
                </packing>
 
439
              </child>
 
440
            </widget>
 
441
            <packing>
 
442
              <property name="left_attach">0</property>
 
443
              <property name="right_attach">2</property>
 
444
              <property name="top_attach">7</property>
 
445
              <property name="bottom_attach">8</property>
 
446
              <property name="x_options">fill</property>
 
447
              <property name="y_options"></property>
 
448
            </packing>
 
449
          </child>
396
450
        </widget>
397
451
        <packing>
398
452
          <property name="padding">0</property>