From ef147a16bc4758de6bb51278a7b97c1f72ef874a Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Tue, 7 Jun 2005 20:05:52 +0000
Subject: [PATCH] fixing vcard window a bit and adding a tooltip

---
 src/gtkgui.glade | 60 +++++++++++++++++++++++++++---------------------
 1 file changed, 34 insertions(+), 26 deletions(-)

diff --git a/src/gtkgui.glade b/src/gtkgui.glade
index cd3d2c9332..7c74c5854a 100644
--- a/src/gtkgui.glade
+++ b/src/gtkgui.glade
@@ -6734,30 +6734,6 @@ Custom</property>
 		</packing>
 	      </child>
 
-	      <child>
-		<widget class="GtkLabel" id="label117">
-		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">Birthday:</property>
-		  <property name="use_underline">False</property>
-		  <property name="use_markup">False</property>
-		  <property name="justify">GTK_JUSTIFY_LEFT</property>
-		  <property name="wrap">False</property>
-		  <property name="selectable">False</property>
-		  <property name="xalign">0</property>
-		  <property name="yalign">0.5</property>
-		  <property name="xpad">0</property>
-		  <property name="ypad">0</property>
-		</widget>
-		<packing>
-		  <property name="left_attach">0</property>
-		  <property name="right_attach">1</property>
-		  <property name="top_attach">3</property>
-		  <property name="bottom_attach">4</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options"></property>
-		</packing>
-	      </child>
-
 	      <child>
 		<widget class="GtkLabel" id="label116">
 		  <property name="visible">True</property>
@@ -7159,6 +7135,39 @@ Custom</property>
 		  <property name="y_options">fill</property>
 		</packing>
 	      </child>
+
+	      <child>
+		<widget class="GtkEventBox" id="eventbox2">
+		  <property name="visible">True</property>
+		  <property name="tooltip" translatable="yes">Format: YYYY-MM-DD</property>
+		  <property name="visible_window">True</property>
+		  <property name="above_child">False</property>
+
+		  <child>
+		    <widget class="GtkLabel" id="label117">
+		      <property name="visible">True</property>
+		      <property name="label" translatable="yes">Birthday:</property>
+		      <property name="use_underline">False</property>
+		      <property name="use_markup">False</property>
+		      <property name="justify">GTK_JUSTIFY_LEFT</property>
+		      <property name="wrap">False</property>
+		      <property name="selectable">False</property>
+		      <property name="xalign">0</property>
+		      <property name="yalign">0.5</property>
+		      <property name="xpad">0</property>
+		      <property name="ypad">0</property>
+		    </widget>
+		  </child>
+		</widget>
+		<packing>
+		  <property name="left_attach">0</property>
+		  <property name="right_attach">1</property>
+		  <property name="top_attach">3</property>
+		  <property name="bottom_attach">4</property>
+		  <property name="x_options">fill</property>
+		  <property name="y_options">fill</property>
+		</packing>
+	      </child>
 	    </widget>
 	    <packing>
 	      <property name="tab_expand">False</property>
@@ -8115,6 +8124,7 @@ Custom</property>
 
 	  <child>
 	    <widget class="GtkVBox" id="vbox85">
+	      <property name="border_width">6</property>
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
 	      <property name="spacing">0</property>
@@ -8130,7 +8140,6 @@ Custom</property>
 
 		  <child>
 		    <widget class="GtkTextView" id="DESC_textview">
-		      <property name="border_width">6</property>
 		      <property name="visible">True</property>
 		      <property name="can_focus">True</property>
 		      <property name="editable">False</property>
@@ -8186,7 +8195,6 @@ Custom</property>
 
 		      <child>
 			<widget class="GtkVButtonBox" id="photo_vbuttonbox">
-			  <property name="border_width">6</property>
 			  <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
 			  <property name="spacing">0</property>
 
-- 
GitLab