More UI tweaks...

This commit is contained in:
Adam Ierymenko 2013-12-19 16:23:41 -08:00
commit 704ee6f6c7
3 changed files with 18 additions and 7 deletions

View file

@ -40,10 +40,14 @@
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QListWidget#networkListWidget::Item {
background-color: rgba(0,0,0,10);
<string notr="true">QListWidget#networkListWidget {
background-color: rgba(0,0,0,33);
}
QListWidget#networkListWidget::Item {
background-color: palette(base);
padding: 0;
margin: 0 0.15em 0.15em 0.15em;
margin: 0 0 0.25em 0;
}</string>
</property>
<property name="frameShape">
@ -61,6 +65,9 @@
<property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum>
</property>
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<property name="spacing">
<number>0</number>
</property>
@ -186,7 +193,7 @@ s</string>
<bool>true</bool>
</property>
<property name="placeholderText">
<string>################</string>
<string>(Network ID)</string>
</property>
</widget>
</item>