[PC-BSD Commits] r21534 - pcbsd-projects/PCDM
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 15 07:56:12 PST 2013
Author: kenmoore
Date: 2013-02-15 15:56:12 +0000 (Fri, 15 Feb 2013)
New Revision: 21534
Modified:
pcbsd-projects/PCDM/pcdm-gui.cpp
pcbsd-projects/PCDM/pcdm.theme
Log:
Turn on a bit more debugging, again adjust the default theme
Modified: pcbsd-projects/PCDM/pcdm-gui.cpp
===================================================================
--- pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-15 15:49:25 UTC (rev 21533)
+++ pcbsd-projects/PCDM/pcdm-gui.cpp 2013-02-15 15:56:12 UTC (rev 21534)
@@ -202,6 +202,7 @@
bool isVertical = (spacers[i].section("::",0,0) == "true");
int row = spacers[i].section("::",1,1).toInt();
int col = spacers[i].section("::",2,2).toInt();
+ qDebug() << "Add Spacer:" << isVertical << row << col;
if(isVertical){
grid->setRowStretch(row,1);
}else{ //horizontal
Modified: pcbsd-projects/PCDM/pcdm.theme
===================================================================
--- pcbsd-projects/PCDM/pcdm.theme 2013-02-15 15:49:25 UTC (rev 21533)
+++ pcbsd-projects/PCDM/pcdm.theme 2013-02-15 15:56:12 UTC (rev 21534)
@@ -71,8 +71,8 @@
# ----------
APP_STYLESHEET_START
QComboBox{ font-size: 32px; }
-QGroupBox{ background-color: qlineargradient(x1: 0, x2: 0, y1: 0.1, y2: 0.1, stop: 0 blue, stop: 1 transparent); }
-QToolBar{ background-color: qlineargradient(x1: 0, x2: 0, y1: 0.1, y2: 0.1, stop: 0 blue, stop: 1 transparent); }
+QGroupBox{ background-color: qlineargradient(x1: 0, x2: 0, y1: 0.8, y2: 0.8, stop: 0 blue, stop: 1 transparent); }
+QToolBar{ background: qlineargradient(x1: 0, x2: 0, y1: 0.6, y2: 0.6, stop: 0 blue, stop: 1 transparent); }
QGraphicsView{ background: white; color: black; }
QWindow{ background-color: white; color: black; }
APP_STYLESHEET_STOP
More information about the Commits
mailing list