aboutsummaryrefslogtreecommitdiff
path: root/data/ui/lobby.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui/lobby.ui')
-rw-r--r--data/ui/lobby.ui18
1 files changed, 14 insertions, 4 deletions
diff --git a/data/ui/lobby.ui b/data/ui/lobby.ui
index ceb85ff0..fcc364e6 100644
--- a/data/ui/lobby.ui
+++ b/data/ui/lobby.ui
@@ -316,8 +316,14 @@ QScrollBar:horizontall {
<item row="1" column="0">
<widget class="QTreeWidget" name="serverlist_tree">
<property name="styleSheet">
- <string notr="true">background-color: rgba(140, 140, 140, 255);
-color: rgb(255, 255, 255);</string>
+ <string notr="true">QHeaderView, QTreeView {
+background-color: rgba(140, 140, 140, 255);
+color: rgb(255, 255, 255);
+}
+
+QToolTip {
+color: black;
+}</string>
</property>
<property name="textElideMode">
<enum>Qt::ElideNone</enum>
@@ -330,7 +336,7 @@ color: rgb(255, 255, 255);</string>
<string>#</string>
</property>
<property name="textAlignment">
- <set>AlignTrailing|AlignVCenter</set>
+ <set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
@@ -369,7 +375,11 @@ color: rgb(255, 255, 255);</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgba(140, 140, 140, 255);
-color: rgb(255, 255, 255);</string>
+color: rgb(255, 255, 255);
+
+QToolTip {
+ color: black;
+};</string>
</property>
<property name="textElideMode">
<enum>Qt::ElideNone</enum>