Changed object position

Changed the "QToolButton" to its original position.
This commit is contained in:
IvanMaldonado
2016-03-03 17:42:40 -06:00
parent ab64c67da4
commit 31c773cf15

View File

@@ -381,15 +381,6 @@ QToolBar::separator {
width: 5px;
}
QToolButton {
padding: 1px 1px 1px 1px;
border-radius: 5px;
border: 1px solid rgba(63, 63, 63, 128);
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #98a2a7, stop:1 #5b646f);
font-size:10px;
color: black;
}
/* separate corner rounding for play and stop buttons! */
QToolButton#playButton {
@@ -406,6 +397,15 @@ QToolButton#stopButton {
/* all tool buttons */
QToolButton {
padding: 1px 1px 1px 1px;
border-radius: 5px;
border: 1px solid rgba(63, 63, 63, 128);
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #98a2a7, stop:1 #5b646f);
font-size:10px;
color: black;
}
QToolButton:hover {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #c0cdd3, stop:1 #71797d);
color: white;