[gnome-calendar] calendar-button: Restyle
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] calendar-button: Restyle
- Date: Thu, 16 Jun 2022 11:44:37 +0000 (UTC)
commit 48ab4baa98e495ce00ee41bf19c1e70461cd2c83
Author: Adrien Plazas <kekun plazas laposte net>
Date: Fri May 6 13:23:37 2022 +0200
calendar-button: Restyle
This gives it a label and an arrow to match the new design.
src/gui/gcal-calendar-button.ui | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/gcal-calendar-button.ui b/src/gui/gcal-calendar-button.ui
index cbd70bcc..4b05a769 100644
--- a/src/gui/gcal-calendar-button.ui
+++ b/src/gui/gcal-calendar-button.ui
@@ -17,8 +17,17 @@
<object class="GtkStackPage">
<property name="name">icon</property>
<property name="child">
- <object class="GtkImage" id="calendar_image">
- <property name="icon_name">x-office-calendar-symbolic</property>
+ <object class="GtkBox">
+ <child>
+ <object class="GtkLabel">
+ <property name="label" translatable="yes">Calendars</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkImage" id="calendar_image">
+ <property name="icon_name">pan-down-symbolic</property>
+ </object>
+ </child>
</object>
</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]