[StopWatch][Timer] Replace table with simple textblock. 75/106175/12
authorKamil Lipiszko <k.lipiszko@samsung.com>
Tue, 20 Dec 2016 16:45:28 +0000 (17:45 +0100)
committerKamil Lipiszko <k.lipiszko@samsung.com>
Wed, 4 Jan 2017 09:42:50 +0000 (10:42 +0100)
commit86de05978fe03b8d5dfe240323b5cc363297493f
treec202a5055ba96d1b67fc078a831669a516f4898c
parent4aac4bc079722293c50664ea44840af1c0e46e96
[StopWatch][Timer] Replace table with simple textblock.

When those two modules were created, there was no monospace font
and all digits were placed in edje table to keep them properly
aligned. Now at least digits are monospaced so there is no need
to align them manually.

Change-Id: Id47df1025d7201974e8784fbc123779941cdb299
clock/inc/View/CounterView.h
clock/res/edje/Counter.edc
clock/res/edje/StopWatch.edc
clock/res/edje/Timer.edc
clock/res/edje/ring.edc
clock/src/View/CounterView.cpp
clock/src/View/StopWatchView.cpp