Merge pull request #2631 from IvanMaldonado/master

Changed object position
This commit is contained in:
Tres Finocchiaro
2016-04-23 13:29:40 -04:00

View File

@@ -392,15 +392,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 {
@@ -417,6 +408,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;