~ubuntu-branches/ubuntu/lucid/quick-lounge-applet/lucid

« back to all changes in this revision

Viewing changes to src/quick-lounge.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2004-12-16 13:06:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041216130608-i7tq2h21kzrdy4yl
Tags: 2.2.0-1
* New upstream release.
* Build-Depend on debhelper (>= 4.1.0), fixes linda error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
<widget class="GtkDialog" id="properties_dialog">
8
8
  <property name="border_width">6</property>
9
 
  <property name="title" translatable="yes">Quick Lounge Properties</property>
 
9
  <property name="title" translatable="yes">Quick Lounge Preferences</property>
10
10
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
11
11
  <property name="window_position">GTK_WIN_POS_NONE</property>
12
12
  <property name="modal">False</property>
136
136
 
137
137
                      <child>
138
138
                        <widget class="GtkScrolledWindow" id="scrolledwindow1">
139
 
                          <property name="width_request">300</property>
 
139
                          <property name="width_request">260</property>
140
140
                          <property name="height_request">260</property>
141
141
                          <property name="visible">True</property>
142
142
                          <property name="can_focus">True</property>
374
374
                                      <child>
375
375
                                        <widget class="GtkLabel" id="label16">
376
376
                                          <property name="visible">True</property>
377
 
                                          <property name="label" translatable="yes">Add _Launcher</property>
 
377
                                          <property name="label" translatable="yes">Add _New Launcher</property>
378
378
                                          <property name="use_underline">True</property>
379
379
                                          <property name="use_markup">False</property>
380
380
                                          <property name="justify">GTK_JUSTIFY_LEFT</property>
448
448
                                      <child>
449
449
                                        <widget class="GtkLabel" id="label15">
450
450
                                          <property name="visible">True</property>
451
 
                                          <property name="label" translatable="yes">Add From _Menu</property>
 
451
                                          <property name="label" translatable="yes">Add _Existing Launcher</property>
452
452
                                          <property name="use_underline">True</property>
453
453
                                          <property name="use_markup">False</property>
454
454
                                          <property name="justify">GTK_JUSTIFY_LEFT</property>
685
685
                                  <child>
686
686
                                    <widget class="GtkLabel" id="label6">
687
687
                                      <property name="visible">True</property>
688
 
                                      <property name="label" translatable="yes">columns.</property>
 
688
                                      <property name="label" translatable="yes">columns</property>
689
689
                                      <property name="use_underline">False</property>
690
690
                                      <property name="use_markup">False</property>
691
691
                                      <property name="justify">GTK_JUSTIFY_LEFT</property>
742
742
                                      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
743
743
                                      <property name="snap_to_ticks">False</property>
744
744
                                      <property name="wrap">False</property>
745
 
                                      <property name="adjustment">1 1 50 1 10 10</property>
 
745
                                      <property name="adjustment">1 0 50 1 10 10</property>
746
746
                                    </widget>
747
747
                                    <packing>
748
748
                                      <property name="padding">0</property>
754
754
                                  <child>
755
755
                                    <widget class="GtkLabel" id="label8">
756
756
                                      <property name="visible">True</property>
757
 
                                      <property name="label" translatable="yes">columns.</property>
 
757
                                      <property name="label" translatable="yes">columns</property>
758
758
                                      <property name="use_underline">False</property>
759
759
                                      <property name="use_markup">False</property>
760
760
                                      <property name="justify">GTK_JUSTIFY_LEFT</property>
850
850
                        <widget class="GtkCheckButton" id="p_icon_size_checkbutton">
851
851
                          <property name="visible">True</property>
852
852
                          <property name="can_focus">True</property>
853
 
                          <property name="label" translatable="yes">Icon size _follows panel size.</property>
 
853
                          <property name="label" translatable="yes">Always use one row</property>
854
854
                          <property name="use_underline">True</property>
855
855
                          <property name="relief">GTK_RELIEF_NORMAL</property>
856
856
                          <property name="focus_on_click">True</property>