elm_colorselector: fix not intended duplication
authorJee-Yong Um <jc9.um@samsung.com>
Fri, 19 Dec 2014 05:27:00 +0000 (14:27 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 19 Dec 2014 05:28:15 +0000 (14:28 +0900)
commit05a104a24d8276a2bcb79e10918e7e2398a6739f
treef51361a3a0888e35f88f34c798e6d4f066817c73
parentcaa12399a8444a4a706243f9660da9878a875e3c
elm_colorselector: fix not intended duplication

Summary:
When colorselector widget is added, there are two align set command on palette_box part,
but that for picker part is omitted.
Apply elm_box_align_set function to picker part correctly.

@fix

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: Hermet

Differential Revision: https://phab.enlightenment.org/D1790
AUTHORS
src/lib/elm_colorselector.c