From b1bf128c4581710e7486a1263a8c41c10a923923 Mon Sep 17 00:00:00 2001 From: marian Date: Wed, 15 Feb 2012 12:26:39 +0000 Subject: [PATCH] Fixed property name in style sheet. git-svn-id: http://yate.null.ro/svn/yate/trunk@4906 acf43c95-373e-0410-b603-e72c3f656dc1 --- share/skins/default/channel_item.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/skins/default/channel_item.ui b/share/skins/default/channel_item.ui index 9d45a2bd..01190706 100644 --- a/share/skins/default/channel_item.ui +++ b/share/skins/default/channel_item.ui @@ -653,7 +653,7 @@ QScrollBar::right-arrow:pressed { border: 1px solid #717fa0; } property:itemsExpandable=false property:rootIsDecorated=false property:allColumnsShowFocus=false - property:styleSheet=QTreeWidget {background: transparent; selection-background:#ffffff;} + property:styleSheet=QTreeWidget {background: transparent; selection-background-color:#ffffff;} property:_yate_itemui=transfer_start:channel_transfer_start.ui property:_yate_itemui=transfer_item:channel_transfer_item.ui property:_yate_itemui=conf_add:channel_conf_add.ui