From a9ebbaa4a89e155ea92ab4cd8a95b32bb0bf8b60 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Jun 2012 07:40:56 -0400 Subject: [PATCH] users: Set the right toolbar-style on the inline toolbar While running in a bare X server, I noticed the inline toolbar here showing its labels, while all the other inline toolbars in other panels stayed nice and icon-only. The reason is that they explicitly set the toolbar-style to 'icons'. Do the same here. https://bugzilla.gnome.org/show_bug.cgi?id=678157 --- panels/user-accounts/data/user-accounts-dialog.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/user-accounts/data/user-accounts-dialog.ui b/panels/user-accounts/data/user-accounts-dialog.ui index abce5542b..440db1e46 100644 --- a/panels/user-accounts/data/user-accounts-dialog.ui +++ b/panels/user-accounts/data/user-accounts-dialog.ui @@ -82,6 +82,7 @@ True 1 True + icons