From 31c773cf15ee8ce66bf5d2d99de05501975f67cf Mon Sep 17 00:00:00 2001 From: IvanMaldonado Date: Thu, 3 Mar 2016 17:42:40 -0600 Subject: [PATCH] Changed object position Changed the "QToolButton" to its original position. --- data/themes/default/style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 8cd6a9ca3..31a1bed6b 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -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;