mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
More UI tweaks...
This commit is contained in:
parent
f311be96a9
commit
704ee6f6c7
3 changed files with 18 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue