printers: never use horizontal scrollbars
This commit is contained in:
parent
72de22398c
commit
4d622d7b98
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<property name="width_request">180</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">automatic</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
<property name="vscrollbar_policy">automatic</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="printer-treeview">
|
||||
|
@ -65,7 +65,7 @@
|
|||
<property name="height_request">90</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">automatic</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
<property name="vscrollbar_policy">automatic</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="allowed-users-treeview">
|
||||
|
|
Loading…
Add table
Reference in a new issue