[qt] Make network disabled icon 50% opaque#9145
Merged
jonasschnelli merged 1 commit intobitcoin:masterfrom Nov 14, 2016
Merged
Conversation
paveljanik
reviewed
Nov 12, 2016
src/qt/res/src/network_disabled.svg
Outdated
Contributor
There was a problem hiding this comment.
isn't this only re-sorted?
luke-jr
reviewed
Nov 12, 2016
src/qt/res/src/network_disabled.svg
Outdated
Member
There was a problem hiding this comment.
The size of the SVG isn't changed...
Member
Author
There was a problem hiding this comment.
This is not required. You can tell the program of your choice what dpi to sample at.
Nonetheless, I changed it to 92 for this svg, as well as for all connect-$N.svg
Contributor
|
utACK fa30b060eec1f51238292a63039dcc7943abf236 SVG's XML is interpreted and created differently. No need for bikeshedding there. |
fa30b06 to
fa42e4a
Compare
Contributor
|
Nice and reviewable now 👍 |
jonasschnelli
added a commit
that referenced
this pull request
Nov 14, 2016
fa42e4a [qt] Make network disabled icon 50% opaque (MarcoFalke)
Contributor
|
Thanks to both Marco and Luke! |
luke-jr
pushed a commit
to bitcoinknots/bitcoin
that referenced
this pull request
Dec 21, 2016
Github-Pull: bitcoin#9145 Rebased-From: fa42e4a
codablock
pushed a commit
to codablock/dash
that referenced
this pull request
Jan 15, 2018
fa42e4a [qt] Make network disabled icon 50% opaque (MarcoFalke)
codablock
added a commit
to codablock/dash
that referenced
this pull request
Jan 15, 2018
Bitcoin bitcoin#9145 made the icon 50% opaque, copy that to all themes.
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
fa42e4a [qt] Make network disabled icon 50% opaque (MarcoFalke)
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
Bitcoin bitcoin#9145 made the icon 50% opaque, copy that to all themes.
CryptoCentric
pushed a commit
to absolute-community/absolute
that referenced
this pull request
Feb 24, 2019
fa42e4a [qt] Make network disabled icon 50% opaque (MarcoFalke)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The png was sampled too low, so displayed incorrectly on high res displays. Also, I modified the alpha channel a bit.