Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.

This commit is contained in:
Adam Ierymenko 2014-01-26 22:24:29 -08:00
commit 28665079a0
9 changed files with 77 additions and 4 deletions

View file

@ -11,6 +11,7 @@ QToolButton:focus {
}
QToolButton:hover {
background: palette(highlight);
color: palette(highlight-text);
}
QToolButton:pressed {
border: 1px solid #000000;
@ -75,6 +76,10 @@ QLabel.networkName {
text-align: right;
}
QStatusBar {
background: palette(button);
}
#joinNetworkButton {
margin: 1px;
padding: 0;