mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on GUI client.
This commit is contained in:
parent
80997f652b
commit
28665079a0
9 changed files with 77 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue