Skip to content

Commit

Permalink
Tweak restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyXCash committed Sep 23, 2014
1 parent b3f6e63 commit 8978f96
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_REVISION 7
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
4 changes: 2 additions & 2 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ void BitcoinGUI::createToolBars()
{
mainIcon = new QLabel (this);
mainIcon->setObjectName("mainIcon");
mainIcon->setStyleSheet("#mainIcon { width:292;background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 #BCBDBE, stop:1.0 #F3F4F4);border:0px; }");
mainIcon->setStyleSheet("#mainIcon { width:146;background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 #BCBDBE, stop:1.0 #F3F4F4);border:0px; }");
mainIcon->setPixmap(QPixmap(":images/sdc-vertical"));
mainIcon->show();

Expand Down Expand Up @@ -420,7 +420,7 @@ void BitcoinGUI::createToolBars()
//connect(mainToolbar, SIGNAL(orientationChanged(Qt::Orientation)), this, SLOT(mainToolbarOrientation(Qt::Orientation)));
//connect(secondaryToolbar, SIGNAL(orientationChanged(Qt::Orientation)), this, SLOT(secondaryToolbarOrientation(Qt::Orientation)));

mainToolbar->setStyleSheet("QToolBar { background: #5D5D5D; border:none; } QToolButton { min-width:342px;min-height:50px;color:#ffffff;background-color: #5D5D5D; font-weight:bold;margin:0px;padding-left:50px;border:none;border-bottom-width: 2px; border-bottom-color: #343431;} QToolButton:hover { min-width:342px;color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border:none; } QToolButton:checked { min-width:342px; color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border-bottom-width: 2px; border-bottom-color: #343431; } QToolButton:pressed { min-width:342px; color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border-bottom-width: 2px; border-bottom-color: #343431; } QToolButton:selected { min-width:342px; color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border-bottom-width: 2px; border-bottom-color: #343431; }");
mainToolbar->setStyleSheet("QToolBar { background: #5D5D5D; border:none; } QToolButton { min-width:171px;min-height:50px;color:#ffffff;background-color: #5D5D5D; font-weight:bold;margin:0px;padding-left:50px;border:none;border-bottom-width: 2px; border-bottom-color: #343431;} QToolButton:hover { min-width:171px;color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border:none; } QToolButton:checked { min-width:171px; color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border-bottom-width: 2px; border-bottom-color: #343431; } QToolButton:pressed { min-width:171px; color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border-bottom-width: 2px; border-bottom-color: #343431; } QToolButton:selected { min-width:171px; color: #ffffff; background-color: #343431; margin:0px; padding-left:50px; border-bottom-width: 2px; border-bottom-color: #343431; }");

mainToolbarOrientation(mainToolbar->orientation());
//secondaryToolbarOrientation(secondaryToolbar->orientation());
Expand Down
Binary file modified src/qt/res/icons/XCash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/sdc-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8978f96

Please sign in to comment.