Skip to content

Commit

Permalink
change font size shows on panel(status bar).
Browse files Browse the repository at this point in the history
  • Loading branch information
roachsinai committed Mar 13, 2019
1 parent 02779f9 commit a21a96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/CompactItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Item {
}


property double fontPixelSize: partHeight * (layoutType === 2 ? 0.7 : 0.7)
property double fontPixelSize: partHeight * (layoutType === 2 ? 0.7 : 0.83)

property string iconNameStr: actualWeatherModel.count > 0 ? IconTools.getIconCode(actualWeatherModel.get(0).iconName, currentProvider.providerId, getPartOfDayIndex()) : ''
property string temperatureStr: actualWeatherModel.count > 0 ? UnitUtils.getTemperatureNumberExt(actualWeatherModel.get(0).temperature, temperatureType) : ''
Expand Down

0 comments on commit a21a96d

Please sign in to comment.