mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 21:45:04 +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 {
|
<string notr="true">QPushButton {
|
||||||
background-color: rgba( 0, 0, 0, 0% );
|
background-color: rgba( 0, 0, 0, 0% );
|
||||||
border: none;
|
border: none;
|
||||||
image: url(:images/close.svg)
|
image: url(../resources/images/close.svg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QPushButton:pressed {
|
QPushButton:pressed {
|
||||||
background-color: rgba( 0, 0, 0, 0% );
|
background-color: rgba( 0, 0, 0, 0% );
|
||||||
border: none;
|
border: none;
|
||||||
image: url(:images/close_down.svg)
|
image: url(../resources/images/close_down.svg)
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Reference in a new issue