From f698f3375aae2da4ed3fc86e8e2f874d27509bc5 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 14 Apr 2014 11:34:27 -0700 Subject: [PATCH] Update resource urls for chat window close button --- interface/ui/chatWindow.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/ui/chatWindow.ui b/interface/ui/chatWindow.ui index 9321e1e8ea..0372e00c09 100644 --- a/interface/ui/chatWindow.ui +++ b/interface/ui/chatWindow.ui @@ -139,14 +139,14 @@ QPushButton { background-color: rgba( 0, 0, 0, 0% ); border: none; - image: url(:images/close.svg) + image: url(../resources/images/close.svg) } QPushButton:pressed { background-color: rgba( 0, 0, 0, 0% ); border: none; - image: url(:images/close_down.svg) + image: url(../resources/images/close_down.svg) }