~ubuntu-branches/ubuntu/raring/plotdrop/raring

« back to all changes in this revision

Viewing changes to droplist.glade

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha
  • Date: 2009-10-23 21:55:44 UTC
  • Revision ID: james.westby@ubuntu.com-20091023215544-704ts53sjaa59rjv
Tags: 0.5.2-3
* Added patch from Johannes Marbach to support logarithmic axes
* debian/control: bumped standards version to 3.8.3
* debian/copyright: updated to newer format
* debian/rules: remove obsoleted dh_desktop call
* Added debian/watch file (Closes: #520531)

Show diffs side-by-side

added added

removed removed

Lines of Context:
962
962
                          <property name="y_options"></property>
963
963
                        </packing>
964
964
                      </child>
 
965
                      
 
966
                      <child>
 
967
                        <widget class="GtkCheckButton" id="EnableLogscaleY">
 
968
                          <property name="visible">True</property>
 
969
                          <property name="tooltip" translatable="yes">Use logarithmic scaling for the y-axis</property>
 
970
                          <property name="can_focus">True</property>
 
971
                          <property name="label" translatable="yes">Enable logarithmic y-axis</property>
 
972
                          <property name="use_underline">True</property>
 
973
                          <property name="relief">GTK_RELIEF_NORMAL</property>
 
974
                          <property name="focus_on_click">True</property>
 
975
                          <property name="active">False</property>
 
976
                          <property name="inconsistent">False</property>
 
977
                          <property name="draw_indicator">True</property>
 
978
                        </widget>
 
979
                        <packing>
 
980
                          <property name="left_attach">0</property>
 
981
                          <property name="right_attach">2</property>
 
982
                          <property name="top_attach">5</property>
 
983
                          <property name="bottom_attach">6</property>
 
984
                          <property name="x_options">fill</property>
 
985
                          <property name="y_options"></property>
 
986
                        </packing>
 
987
                          </child>
 
988
                          
 
989
                          <child>
 
990
                        <widget class="GtkCheckButton" id="EnableLogscaleX">
 
991
                          <property name="visible">True</property>
 
992
                          <property name="tooltip" translatable="yes">Use logarithmic scaling for the x-axis</property>
 
993
                          <property name="can_focus">True</property>
 
994
                          <property name="label" translatable="yes">Enable logarithmic x-axis</property>
 
995
                          <property name="use_underline">True</property>
 
996
                          <property name="relief">GTK_RELIEF_NORMAL</property>
 
997
                          <property name="focus_on_click">True</property>
 
998
                          <property name="active">False</property>
 
999
                          <property name="inconsistent">False</property>
 
1000
                          <property name="draw_indicator">True</property>
 
1001
                        </widget>
 
1002
                        <packing>
 
1003
                          <property name="left_attach">0</property>
 
1004
                          <property name="right_attach">2</property>
 
1005
                          <property name="top_attach">6</property>
 
1006
                          <property name="bottom_attach">7</property>
 
1007
                          <property name="x_options">fill</property>
 
1008
                          <property name="y_options"></property>
 
1009
                        </packing>
 
1010
                          </child>
965
1011
 
966
1012
                      <child>
967
1013
                        <widget class="GtkCheckButton" id="ShowErrorbars">