mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 01:42:11 +02:00
Update resource urls for chat window close button
This commit is contained in:
parent
aaddecd024
commit
f698f3375a
1 changed files with 2 additions and 2 deletions
|
@ -139,14 +139,14 @@
|
|||
<string notr="true">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)
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in a new issue