Added table borders

pull/61/head
parent 4cda282e32
commit 1ebe5b9e7c

@ -646,7 +646,7 @@
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">SystemList</property> <property name="model">SystemList</property>
<property name="search-column">5</property> <property name="search-column">5</property>
<property name="enable-grid-lines">horizontal</property> <property name="enable-grid-lines">both</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>
@ -1228,7 +1228,7 @@
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">UserList</property> <property name="model">UserList</property>
<property name="search-column">5</property> <property name="search-column">5</property>
<property name="enable-grid-lines">horizontal</property> <property name="enable-grid-lines">both</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>
@ -1517,6 +1517,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">ConfigList</property> <property name="model">ConfigList</property>
<property name="enable-grid-lines">both</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>
@ -1710,6 +1711,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">SessionsList</property> <property name="model">SessionsList</property>
<property name="enable-grid-lines">both</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>
@ -1841,6 +1843,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="model">TimersList</property> <property name="model">TimersList</property>
<property name="enable-grid-lines">both</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection"/> <object class="GtkTreeSelection"/>
</child> </child>

Loading…
Cancel
Save