printers: Add grid lines between items in "Add Printer" dialog

This is a redesign based on the newest mockups available at
https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines

https://bugzilla.gnome.org/show_bug.cgi?id=760783
This commit is contained in:
Felipe Borges 2016-09-03 13:51:07 +02:00
parent a0e75d5d52
commit debb21d254

View file

@ -115,6 +115,7 @@
<property name="can_focus">True</property>
<property name="model">devices-model-filter</property>
<property name="headers_visible">False</property>
<property name="enable-grid-lines">GTK_TREE_VIEW_GRID_LINES_HORIZONTAL</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection"/>
</child>