]> git.sur5r.net Git - fstl/commitdiff
Misc bugfixes and cleanup
authorMatt Keeter <matt.j.keeter@gmail.com>
Fri, 14 Mar 2014 14:21:42 +0000 (10:21 -0400)
committerMatt Keeter <matt.j.keeter@gmail.com>
Fri, 14 Mar 2014 14:21:42 +0000 (10:21 -0400)
qt/fstl.pro
qt/style.qss
src/window.cpp

index 74cab3b231f8fb732ab35c382fc37dbba64ab645..1dfdd24210bc6d4c47b04972c7fee374d9c7a377 100644 (file)
@@ -26,6 +26,6 @@ RESOURCES += \
     qt.qrc \
     ../gl/gl.qrc
 
     qt.qrc \
     ../gl/gl.qrc
 
-QMAKE_INFO_PLIST = ../misc/Info.plist
+QMAKE_INFO_PLIST = ../app/Info.plist
 
 
-ICON = ../misc/fstl.icns
+ICON = ../app/fstl.icns
index 36eeee47e630435e8334629b931def1359fc2de3..02971482c0585beccbf00c2187f3675e1ce3585f 100644 (file)
@@ -15,5 +15,5 @@ QPushButton {
 }
 
 QPushButton:pressed {
 }
 
 QPushButton:pressed {
-    background-color: #ddd7d4;
+    background-color: #ddd7c4;
 }
 }
index f3a7438291d07d88d4282e4e95c33695192e3d3b..1e389f616aaea9c58652e33a64c371047cf967d4 100644 (file)
@@ -11,7 +11,7 @@ Window::Window(QWidget *parent) :
 {
     setWindowTitle("fstl");
 
 {
     setWindowTitle("fstl");
 
-    QFile styleFile( ":/qt/style.qss" );
+    QFile styleFile(":/qt/style.qss");
     styleFile.open( QFile::ReadOnly );
     setStyleSheet(styleFile.readAll());
 
     styleFile.open( QFile::ReadOnly );
     setStyleSheet(styleFile.readAll());