[Webkit-unassigned] [Bug 94560] [EFL] Support slider tick mark snapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 19:20:33 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94560





--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-08-21 19:20:30 PST ---
(In reply to comment #3)

int RenderThemeEfl::sliderTickOffsetFromTrackCenter() const
{
    static const int sliderTickOffset = -12;

    return sliderTickOffset;
}

In my opinion, above style is also good. But, *return 5* is being used by chromium port. So, if there is no objection, looks good to me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list