[Pkg-owncloud-commits] [owncloud-client] 32/120: More color scheme adjustments

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 9698324c4e30e8ef819a097cc5c7cae5e8625e86
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Tue Aug 11 08:43:36 2015 +0200

    More color scheme adjustments
---
 src/gui/settingsdialog.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/settingsdialog.cpp b/src/gui/settingsdialog.cpp
index a7392a8..29a7485 100644
--- a/src/gui/settingsdialog.cpp
+++ b/src/gui/settingsdialog.cpp
@@ -38,8 +38,8 @@
 
 namespace {
   const char TOOLBAR_CSS[] =
-    "QToolBar { background: white; margin: 0; padding: 0; border: none; border-bottom: 1px solid %1; border-top: 1px solid %1; spacing: 0; } "
-    "QToolBar QToolButton { background: %1; border: none; border-bottom: 1px solid %1; border-top: 1px solid %2; margin: 0; padding: 0; } "
+    "QToolBar { background: %1; margin: 0; padding: 0; border: none; border-bottom: 1px solid %2; spacing: 0; } "
+    "QToolBar QToolButton { background: %1; border: none; border-bottom: 1px solid %2; margin: 0; padding: 0; } "
     "QToolBar QToolButton:checked { background: %3; color: %4; }";
 
   void addActionToToolBar(QAction *action, QToolBar *tb) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list