mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
SYNERGY-936 Fixed styles for logs
This commit is contained in:
parent
f37fcbd6b8
commit
e605c1516b
@ -607,9 +607,10 @@
|
||||
<item>
|
||||
<widget class="QFrame" name="m_pGroupLog">
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QFrame{
|
||||
border: 1px solid #DADADA;
|
||||
<string notr="true">.QFrame{
|
||||
border: 1px solid rgba(192,192,192, 0.2);;
|
||||
border-radius: 4px;
|
||||
background-color: rgba(192,192,192, 0.1);
|
||||
}</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user