Skip to content
Snippets Groups Projects
Commit 51ab36cd authored by Dicson's avatar Dicson
Browse files

Fix different background color for Birthday entry and Status entry. See #7239

parent a445e3c4
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@
<child>
<object class="GtkEventBox" id="status_label_eventbox">
<property name="visible">True</property>
<property name="visible_window">False</property>
<child>
<object class="GtkLabel" id="status_label">
<property name="visible">True</property>
......@@ -942,6 +943,7 @@
<object class="GtkEventBox" id="eventbox1">
<property name="visible">True</property>
<property name="tooltip_text" translatable="yes">Format: YYYY-MM-DD</property>
<property name="visible_window">False</property>
<child>
<object class="GtkLabel" id="label13">
<property name="visible">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment