From b0ca0b4699e0b6bf29304fbb4dd3efa308682b6e Mon Sep 17 00:00:00 2001 From: simon04 Date: Tue, 24 May 2011 14:51:44 +0200 Subject: [PATCH] Symbolic forecast icons. --- weather@venemo.net/extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weather@venemo.net/extension.js b/weather@venemo.net/extension.js index 67082ea..ad1eea4 100644 --- a/weather@venemo.net/extension.js +++ b/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'