forked from psi-im/psi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows.xml
20 lines (20 loc) · 913 Bytes
/
windows.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE psi>
<psi version="defaults" >
<options comment="Client options">
<ui comment="User interface options">
<systemtray comment="Options related to the system tray">
<enable type="bool">true</enable>
<use-double-click type="bool">true</use-double-click>
</systemtray>
<look>
<font>
<chat type="QString">Segoe UI,11,-1,5,50,0,0,0,0,0,Обычный</chat>
<contactlist type="QString">Segoe UI,11,-1,5,50,0,0,0,0,0,Обычный</contactlist>
<passive-popup type="QString">Segoe UI,10,-1,5,50,0,0,0,0,0,Обычный</passive-popup>
<message type="QString">Segoe UI,11,-1,5,50,0,0,0,0,0,Обычный</message>
</font>
<css type="QString" />
</look>
</ui>
</options>
</psi>