summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mainwindow.ui
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-19 18:15:34 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-12-19 18:15:34 -0800
commit434a2f70710542cee07ead4f0add518edc08abf8 (patch)
tree19359048d3df85869c30dd1e81e911fffcd3909d /ZeroTierUI/mainwindow.ui
parent704ee6f6c7114392ccd53c2fd7b92f2f22629137 (diff)
downloadinfinitytier-434a2f70710542cee07ead4f0add518edc08abf8.tar.gz
infinitytier-434a2f70710542cee07ead4f0add518edc08abf8.zip
Yet more UI work.
Diffstat (limited to 'ZeroTierUI/mainwindow.ui')
-rw-r--r--ZeroTierUI/mainwindow.ui18
1 files changed, 10 insertions, 8 deletions
diff --git a/ZeroTierUI/mainwindow.ui b/ZeroTierUI/mainwindow.ui
index 197f9bdb..5bfd01b3 100644
--- a/ZeroTierUI/mainwindow.ui
+++ b/ZeroTierUI/mainwindow.ui
@@ -41,13 +41,12 @@
</property>
<property name="styleSheet">
<string notr="true">QListWidget#networkListWidget {
- background-color: rgba(0,0,0,33);
+ background-color: transparent;
}
QListWidget#networkListWidget::Item {
background-color: palette(base);
- padding: 0;
- margin: 0 0 0.25em 0;
+ border: 0;
}</string>
</property>
<property name="frameShape">
@@ -69,7 +68,7 @@ QListWidget#networkListWidget::Item {
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<property name="spacing">
- <number>0</number>
+ <number>2</number>
</property>
<property name="uniformItemSizes">
<bool>true</bool>
@@ -118,6 +117,7 @@ QListWidget#networkListWidget::Item {
border: 0;
text-align: left;
padding: 0 5px 0 5px;
+ margin: 0;
background-color: transparent;
}
@@ -159,7 +159,9 @@ s</string>
<string>Your network connection status.</string>
</property>
<property name="styleSheet">
- <string notr="true">padding: 0 0.75em 0 0.75em;</string>
+ <string notr="true">padding: 0 0.75em 0 0.75em;
+margin: 0 4px 0 0;
+</string>
</property>
<property name="text">
<string>STATUS, etc.</string>
@@ -221,15 +223,15 @@ s</string>
padding: 0 0.8em 0 0.8em;
margin: 0;
border: 0;
- background: transparent;
+ background-color: rgba(0,0,0,25);
}
QPushButton:focus {
- background-color: rgba(0,0,0,25);
+ background-color: rgba(0,0,0,33);
}
QPushButton:hover {
- background-color: rgba(0,0,0,25);
+ background-color: rgba(0,0,0,33);
}
QPushButton:pressed {