diff options
Diffstat (limited to 'calendar/gui/dialogs/event-page.glade')
-rw-r--r-- | calendar/gui/dialogs/event-page.glade | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/calendar/gui/dialogs/event-page.glade b/calendar/gui/dialogs/event-page.glade index 380b99302f..0c3abcfc5f 100644 --- a/calendar/gui/dialogs/event-page.glade +++ b/calendar/gui/dialogs/event-page.glade @@ -487,18 +487,17 @@ </widget> <widget> - <class>GtkEntry</class> - <name>contacts</name> - <can_focus>True</can_focus> - <editable>True</editable> - <text_visible>True</text_visible> - <text_max_length>0</text_max_length> - <text></text> + <class>GtkEventBox</class> + <name>contacts-box</name> <child> <padding>0</padding> <expand>True</expand> <fill>True</fill> </child> + + <widget> + <class>Placeholder</class> + </widget> </widget> <widget> |