mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
style update
This commit is contained in:
parent
d0b11074eb
commit
a3a0ee3923
1
res.qrc
1
res.qrc
|
@ -114,5 +114,6 @@
|
|||
<file>ui/emoticonWidget/dot_page.png</file>
|
||||
<file>ui/emoticonWidget/dot_page_current.png</file>
|
||||
<file>ui/emoticonWidget/emoticonWidget.css</file>
|
||||
<file>ui/emoticonWidget/dot_page_hover.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
BIN
ui/emoticonWidget/dot_page_hover.png
Normal file
BIN
ui/emoticonWidget/dot_page_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 B |
|
@ -9,8 +9,8 @@ QPushButton
|
|||
|
||||
QRadioButton::indicator
|
||||
{
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
QRadioButton::indicator::unchecked
|
||||
|
@ -20,12 +20,12 @@ QRadioButton::indicator::unchecked
|
|||
|
||||
QRadioButton::indicator:unchecked:hover
|
||||
{
|
||||
image: url(:/ui/emoticonWidget/dot_page.png);
|
||||
image: url(:/ui/emoticonWidget/dot_page_hover.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator:unchecked:pressed
|
||||
{
|
||||
image: url(:/ui/emoticonWidget/dot_page.png);
|
||||
image: url(:/ui/emoticonWidget/dot_page_hover.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator::checked
|
||||
|
@ -46,4 +46,5 @@ QRadioButton::indicator:checked:pressed
|
|||
QMenu
|
||||
{
|
||||
background-color: rgb(240,240,240); /* sets background of the menu */
|
||||
}
|
||||
border: 1px solid;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user