~indicator-multiload/indicator-multiload/trunk

« back to all changes in this revision

Viewing changes to data/preferences.ui.in

  • Committer: Michael Hofmann
  • Date: 2013-03-27 19:16:50 UTC
  • Revision ID: mh21@mh21.de-20130327191650-a44oc9z401c3qmx4
Protect against invalid smoothing values, pixels label for smoothing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
                            <property name="can_focus">False</property>
276
276
                            <property name="margin_left">12</property>
277
277
                            <property name="n_rows">3</property>
278
 
                            <property name="n_columns">2</property>
 
278
                            <property name="n_columns">3</property>
279
279
                            <property name="column_spacing">6</property>
280
280
                            <property name="row_spacing">6</property>
281
281
                            <child>
355
355
                                <property name="bottom_attach">3</property>
356
356
                              </packing>
357
357
                            </child>
 
358
                            <child>
 
359
                              <placeholder/>
 
360
                            </child>
 
361
                            <child>
 
362
                              <placeholder/>
 
363
                            </child>
 
364
                            <child>
 
365
                              <object class="GtkLabel" id="label3">
 
366
                                <property name="visible">True</property>
 
367
                                <property name="can_focus">False</property>
 
368
                                <property name="xalign">0</property>
 
369
                                <property name="label" translatable="yes">pixels</property>
 
370
                              </object>
 
371
                              <packing>
 
372
                                <property name="left_attach">2</property>
 
373
                                <property name="right_attach">3</property>
 
374
                                <property name="top_attach">2</property>
 
375
                                <property name="bottom_attach">3</property>
 
376
                              </packing>
 
377
                            </child>
358
378
                          </object>
359
379
                          <packing>
360
380
                            <property name="expand">False</property>
950
970
      </object>
951
971
    </child>
952
972
  </object>
953
 
  <object class="GtkListStore" id="schemestore">
954
 
    <columns>
955
 
      <!-- column-name label -->
956
 
      <column type="gchararray"/>
957
 
      <!-- column-name id -->
958
 
      <column type="gchararray"/>
959
 
    </columns>
960
 
  </object>
961
973
  <object class="GtkDialog" id="preferencesdialog">
962
974
    <property name="can_focus">False</property>
963
975
    <property name="border_width">5</property>
2023
2035
      <action-widget response="0">close</action-widget>
2024
2036
    </action-widgets>
2025
2037
  </object>
 
2038
  <object class="GtkSizeGroup" id="advprefsizegroup">
 
2039
    <widgets>
 
2040
      <widget name="graphenabledlabel"/>
 
2041
      <widget name="graphminimumlabel"/>
 
2042
      <widget name="graphmaximumlabel"/>
 
2043
      <widget name="graphsmoothlabel"/>
 
2044
      <widget name="traceenabledlabel"/>
 
2045
      <widget name="traceexpressionlabel"/>
 
2046
      <widget name="tracecolorlabel"/>
 
2047
    </widgets>
 
2048
  </object>
 
2049
  <object class="GtkListStore" id="schemestore">
 
2050
    <columns>
 
2051
      <!-- column-name label -->
 
2052
      <column type="gchararray"/>
 
2053
      <!-- column-name id -->
 
2054
      <column type="gchararray"/>
 
2055
    </columns>
 
2056
  </object>
2026
2057
  <object class="GtkAdjustment" id="speedadjustment">
2027
2058
    <property name="lower">50</property>
2028
2059
    <property name="upper">10000</property>
2035
2066
    <property name="step_increment">5</property>
2036
2067
    <property name="page_increment">50</property>
2037
2068
  </object>
2038
 
  <object class="GtkSizeGroup" id="advprefsizegroup">
2039
 
    <widgets>
2040
 
      <widget name="graphenabledlabel"/>
2041
 
      <widget name="graphminimumlabel"/>
2042
 
      <widget name="graphmaximumlabel"/>
2043
 
      <widget name="graphsmoothlabel"/>
2044
 
      <widget name="traceenabledlabel"/>
2045
 
      <widget name="traceexpressionlabel"/>
2046
 
      <widget name="tracecolorlabel"/>
2047
 
    </widgets>
2048
 
  </object>
2049
2069
</interface>