1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Added fix for displaying buttons on Ubuntu

This commit is contained in:
Kevin Flynn 2014-06-28 00:41:19 -07:00
parent 263bbaf7d4
commit bf915aaeb6
6 changed files with 22 additions and 3 deletions

BIN
toxgui

Binary file not shown.

View File

@ -66,3 +66,7 @@ QPushButton#grey
height: 40px;
}
QPushButton:focus {
outline: none;
}

View File

@ -16,3 +16,7 @@ QPushButton:pressed
{
background-image: url("ui/emoteButton/emoteButtonPressed.png");
}
QPushButton:focus {
outline: none;
}

View File

@ -16,3 +16,7 @@ QPushButton:pressed
{
background-image: url("ui/fileButton/fileButtonPressed.png");
}
QPushButton:focus {
outline: none;
}

View File

@ -16,3 +16,7 @@ QPushButton:pressed
{
background-image: url("ui/sendButton/sendButtonPressed.png");
}
QPushButton:focus {
outline: none;
}

View File

@ -66,3 +66,6 @@ QPushButton#grey
height: 40px;
}
QPushButton:focus {
outline: none;
}