[gnome-calendar] week-header: align month_label, week_label and year_label
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] week-header: align month_label, week_label and year_label
- Date: Mon, 30 Jan 2017 16:45:11 +0000 (UTC)
commit 78a463ab538ff5a993060b3348db67844632746c
Author: Abishek <abishekkumar2 gmail com>
Date: Mon Jan 30 11:20:14 2017 -0500
week-header: align month_label, week_label and year_label
There was a small alignment issue with week_label, month_label and
year_label in week-view.
Change the y-align property of month_label,week_label and year_label
in week-header.ui to 0, so that they are aligned properly.
https://bugzilla.gnome.org/show_bug.cgi?id=777417
data/ui/week-header.ui | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/week-header.ui b/data/ui/week-header.ui
index 00f25ae..df444f8 100644
--- a/data/ui/week-header.ui
+++ b/data/ui/week-header.ui
@@ -15,6 +15,7 @@
<object class="GtkLabel" id="month_label">
<property name="visible">True</property>
<property name="label">Month</property>
+ <property name="yalign">0</property>
<style>
<class name="month-name" />
</style>
@@ -25,6 +26,7 @@
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="xalign">0</property>
+ <property name="yalign">0</property>
<property name="label">Week</property>
<style>
<class name="week-number" />
@@ -35,6 +37,7 @@
<object class="GtkLabel" id="year_label">
<property name="visible">True</property>
<property name="label">Year</property>
+ <property name="yalign">0</property>
<style>
<class name="week-number" />
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]