Сделал перенос текста в таблице задача №18

pull/4/head
Igor Belitskiy 2 years ago
parent 01acccd003
commit 736deabf2f

@ -2398,6 +2398,16 @@
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment4">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment5">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkImage" id="image8">
<property name="visible">True</property>
<property name="can-focus">False</property>
@ -2834,6 +2844,7 @@ translated and supported by community.</property>
<object class="GtkTreeView" id="treeViewMain">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="vadjustment">adjustment5</property>
<property name="model">liststore</property>
<property name="search-column">0</property>
<child internal-child="selection">
@ -2841,10 +2852,15 @@ translated and supported by community.</property>
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc0">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">Type quota</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="width-chars">15</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
<attribute name="text">0</attribute>
</attributes>
@ -2853,11 +2869,16 @@ translated and supported by community.</property>
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc1">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">Quota
object</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="wrap-mode">word</property>
<property name="wrap-width">15</property>
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>
@ -2866,11 +2887,16 @@ object</property>
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc2">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">Soft RAM limit,
(volume)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
<attribute name="text">2</attribute>
</attributes>
@ -2879,11 +2905,16 @@ object</property>
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc3">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">Hard RAM limit,
(volume)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
<attribute name="text">3</attribute>
</attributes>
@ -2892,12 +2923,17 @@ object</property>
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc4">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">Swap file
limit
(volume)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
<attribute name="text">4</attribute>
</attributes>
@ -2906,11 +2942,16 @@ limit
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc5">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">CPU limit
(%)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="width-chars">8</property>
<property name="wrap-mode">word</property>
</object>
<attributes>
<attribute name="text">5</attribute>
</attributes>
@ -2919,12 +2960,17 @@ limit
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc6">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">I/O
limit
(read)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="wrap-mode">word</property>
<property name="wrap-width">10</property>
</object>
<attributes>
<attribute name="text">6</attribute>
</attributes>
@ -2933,12 +2979,17 @@ limit
</child>
<child>
<object class="GtkTreeViewColumn" id="tvc7">
<property name="resizable">True</property>
<property name="sizing">autosize</property>
<property name="title" translatable="yes">I/O
limit
(write)</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText"/>
<object class="GtkCellRendererText">
<property name="wrap-mode">word</property>
<property name="wrap-width">10</property>
</object>
<attributes>
<attribute name="text">7</attribute>
</attributes>

Loading…
Cancel
Save