Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Issue 10854039: Redesign the color chooser view for HiDPI devices. (Closed)

Created:
8 years, 4 months ago by Jun Mukai
Modified:
8 years, 4 months ago
Reviewers:
sadrul
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Redesign the color chooser view for HiDPI devices. - DrawPoint makes gap with the next pixel, so FillRect instead - FillRect to draw the border rather than DrawRect. DrawRect makes thin gap with the contents. - Fill the center point of the crosshair. That is not necessary since we have selected color patch, and this lack of center point looks ugly on HiDPI devices. BUG=139991 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151222

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -31 lines) Patch
M ui/views/color_chooser/color_chooser_view.cc View 1 4 chunks +11 lines, -31 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Jun Mukai
8 years, 4 months ago (2012-08-08 11:38:00 UTC) #1
sadrul
http://codereview.chromium.org/10854039/diff/1/ui/views/color_chooser/color_chooser_view.cc File ui/views/color_chooser/color_chooser_view.cc (right): http://codereview.chromium.org/10854039/diff/1/ui/views/color_chooser/color_chooser_view.cc#newcode300 ui/views/color_chooser/color_chooser_view.cc:300: canvas->DrawLine( You probably want to replace all DrawLine()s with ...
8 years, 4 months ago (2012-08-09 16:36:04 UTC) #2
Jun Mukai
http://codereview.chromium.org/10854039/diff/1/ui/views/color_chooser/color_chooser_view.cc File ui/views/color_chooser/color_chooser_view.cc (right): http://codereview.chromium.org/10854039/diff/1/ui/views/color_chooser/color_chooser_view.cc#newcode300 ui/views/color_chooser/color_chooser_view.cc:300: canvas->DrawLine( On 2012/08/09 16:36:04, sadrul wrote: > You probably ...
8 years, 4 months ago (2012-08-10 04:50:14 UTC) #3
sadrul
lgtm
8 years, 4 months ago (2012-08-10 14:19:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10854039/5001
8 years, 4 months ago (2012-08-13 01:51:16 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-13 04:15:04 UTC) #6
Change committed as 151222

Powered by Google App Engine
This is Rietveld 408576698