-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swap out old logo for T&C logo in Qt GUI #2081
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comments + toolbar.png
and toolbar_testnet.png
should be updated too.
src/qt/res/css/light.css
Outdated
@@ -70,7 +70,7 @@ background-color:#F8F6F6; | |||
/*******************************************************/ | |||
|
|||
QLabel { /* Base Text Size & Color */ | |||
font-size:12px; | |||
font-size:9pt; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not touch this file, pls revert all changes made below.
src/qt/res/css/light-hires.css
Outdated
@@ -1,5 +1,5 @@ | |||
WalletFrame { | |||
border-image: url(':/images/light/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch; | |||
border-image: url(':/images/light-retro/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not update this file, should copy light-hires
theme to light-hires-retro
and update it with -retro
suffixes instead. Pls revert all changes made below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@UdjinM6 Previous to this PR, the light-hires.css
file actually makes reference to light
theme. Since we re-named light
to light-retro
, I believe the references in light-hires.css
should be updated to refer to the new name, right?
In that case I believe this should stand. Otherwise light-hires.css
is referencing the new, updated images.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, no... Let me explain how I see it should be done, step by step:
light-hires
should be copied tolight-hires-retro
;light-hires-retro
should have all links updated fromlight
tolight-retro
, should have no other code changes;light-hires
should have all images updated to ones with the new logo, should have no code changes at all.
Will do, but wanted to note that those 2 image files aren't referenced or used anywhere I could see and planned to drop them in a later PR. |
re |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now 👍
ACK
Note that this isn't a full re-design, but a simple logo swap. Special thanks to @dashchris for working on these images.
The first commit re-names the original "light" theme to "light-retro", the 2nd commit adds a new "light" theme with the new logo images.