mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 17:07:17 -05:00
Fixing stylesheets
This commit is contained in:
parent
10f7d7adec
commit
e944979922
@ -1109,3 +1109,11 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ChatLobbyWidget QTreeWidget#lobbyTreeWidget{
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
NewFriendList QTreeView#peerTreeWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
@ -2277,3 +2277,11 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
|
|||||||
MainWindow QListWidget {
|
MainWindow QListWidget {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ChatLobbyWidget QTreeWidget#lobbyTreeWidget{
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
NewFriendList QTreeView#peerTreeWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
@ -1498,3 +1498,11 @@ PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame
|
|||||||
MainWindow QListWidget {
|
MainWindow QListWidget {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ChatLobbyWidget QTreeWidget#lobbyTreeWidget{
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
NewFriendList QTreeView#peerTreeWidget {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user