Skip to content

Commit

Permalink
DPMS-11800 Remove size propertie of forecastChartComponent (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnovaes authored Apr 23, 2020
1 parent 9ae65ed commit 725bda2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class ForecastChartComponent(context: Context) : LinearLayoutComponent(context)
private var detailsEnable: Boolean = false

override fun view() {
size(MATCH, WRAP)
orientation(VERTICAL)

if(detailsEnable) {
Expand Down

0 comments on commit 725bda2

Please sign in to comment.