Skip to content

Commit

Permalink
Adjust text size. #12
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaelz committed Jan 14, 2018
1 parent e6b3041 commit 35793ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class PlotWidget : BaseWidget() {
}


val textSize = PixelUtils.spToPix(7f)
val textSize = context.resources.getDimension(R.dimen.widget_text_size_small)

// Configure the graph
plot.graph.apply {
Expand Down

0 comments on commit 35793ae

Please sign in to comment.