[gnome-calendar/wip/flb/weather-forecast: 106/135] week-header: Style temperatures
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/wip/flb/weather-forecast: 106/135] week-header: Style temperatures
- Date: Tue, 12 Dec 2017 00:16:28 +0000 (UTC)
commit a188c6865341e27f6dc5fcde88c0102e58c9cbdb
Author: Florian Brosch <flo brosch gmail com>
Date: Fri Oct 13 01:38:34 2017 +0200
week-header: Style temperatures
data/theme/Adwaita.css | 2 +-
src/views/gcal-week-header.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index ac46f86c..43e616c6 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -362,7 +362,7 @@ label.month-name {
color: alpha(@theme_fg_color, 0.25);
}
-.week-header.week-names {
+.week-header.week-names, .week-header.week-temperature {
font-size: 10pt;
font-weight: bold;
color: alpha(@theme_fg_color, 0.55);
diff --git a/src/views/gcal-week-header.c b/src/views/gcal-week-header.c
index 5579b1b4..1a1096c9 100644
--- a/src/views/gcal-week-header.c
+++ b/src/views/gcal-week-header.c
@@ -1372,7 +1372,6 @@ gcal_week_header_draw (GtkWidget *widget,
gdouble wibox_width;
gdouble wibox_x;
- // TODO: actually try to style temperature via css
if (weather_icon_name != NULL && wpinfo->icon_buf == NULL)
{
GtkIconTheme *theme; /* unowned */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]