added spacebar support to start timer
This commit is contained in:
@@ -46,6 +46,8 @@ QComboBox::drop-down {
|
||||
background-color: #999999;
|
||||
margin: 2px;
|
||||
|
||||
padding: 5px;
|
||||
|
||||
subcontrol-origin: padding;
|
||||
subcontrol-position: top right;
|
||||
width: 15px;
|
||||
@@ -54,8 +56,8 @@ QComboBox::drop-down {
|
||||
QComboBox::down-arrow
|
||||
{
|
||||
image: url(:/mwicon.png);
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView{
|
||||
|
||||
Reference in New Issue
Block a user