mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-24 22:58:01 -04:00
Changed object position
Changed the "QToolButton" to its original position.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user