Some UI formatting / padding

This commit is contained in:
Klaus Basan
2017-06-18 16:20:47 +02:00
parent 2746b0a5f9
commit a8eae0ea55
3 changed files with 7 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ namespace BlackGui
// Connected button
if (to == INetwork::Connected)
{
ui->pb_Connect->setText("Disconnect");
ui->pb_Connect->setText("Discon."); // full terms some too wide
ui->pb_Connect->setStyleSheet("background-color: green");
}
else