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:
parent
263bbaf7d4
commit
bf915aaeb6
|
@ -66,3 +66,7 @@ QPushButton#grey
|
|||
height: 40px;
|
||||
}
|
||||
|
||||
QPushButton:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,3 +16,7 @@ QPushButton:pressed
|
|||
{
|
||||
background-image: url("ui/emoteButton/emoteButtonPressed.png");
|
||||
}
|
||||
|
||||
QPushButton:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
@ -16,3 +16,7 @@ QPushButton:pressed
|
|||
{
|
||||
background-image: url("ui/fileButton/fileButtonPressed.png");
|
||||
}
|
||||
|
||||
QPushButton:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
@ -16,3 +16,7 @@ QPushButton:pressed
|
|||
{
|
||||
background-image: url("ui/sendButton/sendButtonPressed.png");
|
||||
}
|
||||
|
||||
QPushButton:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
@ -66,3 +66,6 @@ QPushButton#grey
|
|||
height: 40px;
|
||||
}
|
||||
|
||||
QPushButton:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user