mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
Added a default stylesheet, for the lobby info label.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6651 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d6194164a5
commit
2aa3201774
@ -31,9 +31,10 @@
|
||||
<widget class="QFrame" name="frame">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QLabel" name="lobbyinfo_label">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Tahoma</family>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
|
@ -109,7 +109,7 @@ CreateLobbyDialog QFrame#lobbyFrame {
|
||||
background: white;
|
||||
}
|
||||
|
||||
CreateLobbyDialog QLabel#label {
|
||||
CreateLobbyDialog QLabel#lobbyinfo_label {
|
||||
border: 1px solid #DCDC41;
|
||||
border-radius: 6px;
|
||||
background: #FFFFD7;
|
||||
@ -417,3 +417,4 @@ ProfileManager QTextEdit#textEdit
|
||||
background: #FFFFD7;
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user