Исправлен перенос в таблице

pull/4/head
Igor Belitskiy 2 years ago
parent 7c6b22c25b
commit 60946fe884

File diff suppressed because it is too large Load Diff

@ -2857,12 +2857,11 @@ translated and supported by community.</property>
<child>
<object class="GtkTreeViewColumn" id="tvc0">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Type quota</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="width-chars">15</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
@ -2874,14 +2873,13 @@ translated and supported by community.</property>
<child>
<object class="GtkTreeViewColumn" id="tvc1">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Quota
object</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="wrap-mode">word</property>
<property name="wrap-width">15</property>
</object>
<attributes>
<attribute name="text">1</attribute>
@ -2892,13 +2890,12 @@ object</property>
<child>
<object class="GtkTreeViewColumn" id="tvc2">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Soft RAM limit,
(volume)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
@ -2910,13 +2907,12 @@ object</property>
<child>
<object class="GtkTreeViewColumn" id="tvc3">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Hard RAM limit,
(volume)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
@ -2928,14 +2924,13 @@ object</property>
<child>
<object class="GtkTreeViewColumn" id="tvc4">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">Swap file
limit
(volume)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
@ -2947,13 +2942,12 @@ limit
<child>
<object class="GtkTreeViewColumn" id="tvc5">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">CPU limit
(%)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
@ -2965,7 +2959,7 @@ limit
<child>
<object class="GtkTreeViewColumn" id="tvc6">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">I/O
limit
(read)</property>
@ -2973,7 +2967,7 @@ limit
<child>
<object class="GtkCellRendererText">
<property name="wrap-mode">word</property>
<property name="wrap-width">10</property>
<property name="wrap-width">100</property>
</object>
<attributes>
<attribute name="text">6</attribute>
@ -2984,7 +2978,7 @@ limit
<child>
<object class="GtkTreeViewColumn" id="tvc7">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="sizing">fixed</property>
<property name="title" translatable="yes">I/O
limit
(write)</property>
@ -2992,7 +2986,7 @@ limit
<child>
<object class="GtkCellRendererText">
<property name="wrap-mode">word</property>
<property name="wrap-width">10</property>
<property name="wrap-width">100</property>
</object>
<attributes>
<attribute name="text">7</attribute>

Loading…
Cancel
Save