Symbolic forecast icons.

yahoo_weather
simon04 14 years ago
parent 7e4bca3835
commit b0ca0b4699
  1. 4
      weather@venemo.net/extension.js

@ -276,7 +276,7 @@ WeatherMenuButton.prototype = {
// This will hold the icon for the current weather
this._currentWeatherIcon = new St.Icon({
icon_type: St.IconType.FULLCOLOR,
icon_type: St.IconType.FULLCOLOR, //TODO SYMBOLIC not available in 64x64!?
icon_size: 64,
icon_name: 'view-refresh-symbolic',
style_class: 'weather-current-icon'
@ -336,7 +336,7 @@ WeatherMenuButton.prototype = {
let forecastWeather = {};
forecastWeather.Icon = new St.Icon({
icon_type: St.IconType.FULLCOLOR,
icon_type: St.IconType.SYMBOLIC,
icon_size: 48,
icon_name: 'view-refresh-symbolic',
style_class: 'weather-forecast-icon'

Loading…
Cancel
Save