Browse Source

Added fix for displaying buttons on Ubuntu

pull/14/head
Kevin Flynn 11 years ago
parent
commit
bf915aaeb6
  1. BIN
      toxgui
  2. 4
      ui/callButton/callButton.css
  3. 6
      ui/emoteButton/emoteButton.css
  4. 6
      ui/fileButton/fileButton.css
  5. 6
      ui/sendButton/sendButton.css
  6. 3
      ui/videoButton/videoButton.css

BIN
toxgui

Binary file not shown.

4
ui/callButton/callButton.css

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

6
ui/emoteButton/emoteButton.css

@ -15,4 +15,8 @@ QPushButton:hover
QPushButton:pressed QPushButton:pressed
{ {
background-image: url("ui/emoteButton/emoteButtonPressed.png"); background-image: url("ui/emoteButton/emoteButtonPressed.png");
} }
QPushButton:focus {
outline: none;
}

6
ui/fileButton/fileButton.css

@ -15,4 +15,8 @@ QPushButton:hover
QPushButton:pressed QPushButton:pressed
{ {
background-image: url("ui/fileButton/fileButtonPressed.png"); background-image: url("ui/fileButton/fileButtonPressed.png");
} }
QPushButton:focus {
outline: none;
}

6
ui/sendButton/sendButton.css

@ -15,4 +15,8 @@ QPushButton:hover
QPushButton:pressed QPushButton:pressed
{ {
background-image: url("ui/sendButton/sendButtonPressed.png"); background-image: url("ui/sendButton/sendButtonPressed.png");
} }
QPushButton:focus {
outline: none;
}

3
ui/videoButton/videoButton.css

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

Loading…
Cancel
Save