Commit 0ea3a986 authored by Dan Pascu's avatar Dan Pascu

Simplified style sheet declaration

parent c8fe9667
......@@ -39,7 +39,7 @@
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true">QListView { border: 1px solid palette(dark); border-style: inset; border-radius: 3px; }</string>
<string notr="true">QListView { border: 1px inset palette(dark); border-radius: 3px; }</string>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment