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:
defnax 2013-08-30 15:41:53 +00:00
parent d6194164a5
commit 2aa3201774
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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);
}