diff options
author | Stefano Karapetsas <[email protected]> | 2014-06-27 13:08:53 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-06-27 13:08:53 +0200 |
commit | 7814fa4c9f24c220cc55ae728d717107f754cb72 (patch) | |
tree | 4fd7aaf0a50a9ebd3387f149d22e5eaf50616cb0 /src/caja-file-management-properties.ui | |
parent | 6bd93009eeb559c71d87dfce84a636941ad2152b (diff) | |
download | caja-7814fa4c9f24c220cc55ae728d717107f754cb72.tar.bz2 caja-7814fa4c9f24c220cc55ae728d717107f754cb72.tar.xz |
Add option in the UI to set IEC units usage
Closes https://github.com/mate-desktop/caja/issues/293
Diffstat (limited to 'src/caja-file-management-properties.ui')
-rw-r--r-- | src/caja-file-management-properties.ui | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index 5c4c3036..d952f720 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -1703,6 +1703,73 @@ <property name="fill">False</property> </packing> </child> + <child> + <object class="GtkVBox" id="vbox32"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label40"> + <property name="visible">True</property> + <property name="label" translatable="yes"><b>Size</b></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> + <property name="width_chars">-1</property> + <property name="single_line_mode">False</property> + <property name="angle">0</property> + </object> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment14"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">1</property> + <property name="yscale">1</property> + <property name="top_padding">0</property> + <property name="bottom_padding">0</property> + <property name="left_padding">12</property> + <property name="right_padding">0</property> + <child> + <object class="GtkCheckButton" id="use_iec_units"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">_Show file sizes with IEC units</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + </object> + </child> + </object> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </object> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> </object> <packing> <property name="tab_expand">False</property> |