This is an automated email from the git hooks/post-receive script. a n d r z e j r p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository panel-plugins/xfce4-indicator-plugin.
commit 5a27a02ab9252be7f6957f97e45bf98c3a403065 Author: Viktor Odintsev <[email protected]> Date: Sun Jul 9 01:10:49 2017 +0300 Don't display horizontal scroll within treeview Window will be expanded automatically to display all content. --- panel-plugin/indicator-dialog.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/indicator-dialog.glade b/panel-plugin/indicator-dialog.glade index d93a5f9..82a1448 100644 --- a/panel-plugin/indicator-dialog.glade +++ b/panel-plugin/indicator-dialog.glade @@ -199,7 +199,7 @@ <object class="GtkScrolledWindow" id="scrolledwindow1"> <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> <property name="shadow_type">in</property> <child> -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
