[evolution-data-server] Fix pointlessly narrow default width in the name selection dialog Name the pointless label at the to
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix pointlessly narrow default width in the name selection dialog Name the pointless label at the to
- Date: Tue, 11 May 2010 17:19:38 +0000 (UTC)
commit 4212e145138ee1bacfd02c4fe68d9c8f0d27138f
Author: Michael Meeks <michael meeks novell com>
Date: Tue May 11 11:46:17 2010 +0100
Fix pointlessly narrow default width in the name selection dialog
Name the pointless label at the top, so it can be disabled for MeeGo
libedataserverui/e-name-selector-dialog.c | 5 ++++-
libedataserverui/e-name-selector-dialog.ui | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libedataserverui/e-name-selector-dialog.c b/libedataserverui/e-name-selector-dialog.c
index b453a87..26c2d28 100644
--- a/libedataserverui/e-name-selector-dialog.c
+++ b/libedataserverui/e-name-selector-dialog.c
@@ -302,6 +302,9 @@ e_name_selector_dialog_init (ENameSelectorDialog *name_selector_dialog)
/* TODO: Remember last used source */
/* Set up dialog defaults */
+#if 0 // MEEGO - but we should consider for everyone
+ gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (name_selector_dialog->gui, "show-contacts-label")));
+#endif
gtk_dialog_add_buttons (GTK_DIALOG (name_selector_dialog),
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
@@ -309,7 +312,7 @@ e_name_selector_dialog_init (ENameSelectorDialog *name_selector_dialog)
gtk_dialog_set_default_response (GTK_DIALOG (name_selector_dialog), GTK_RESPONSE_CLOSE);
gtk_window_set_modal (GTK_WINDOW (name_selector_dialog), TRUE);
- gtk_window_set_default_size (GTK_WINDOW (name_selector_dialog), 472, -1);
+ gtk_window_set_default_size (GTK_WINDOW (name_selector_dialog), 700, -1);
gtk_window_set_resizable (GTK_WINDOW (name_selector_dialog), TRUE);
gtk_dialog_set_has_separator (GTK_DIALOG (name_selector_dialog), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (name_selector_dialog), 4);
diff --git a/libedataserverui/e-name-selector-dialog.ui b/libedataserverui/e-name-selector-dialog.ui
index 2d23448..58b98d9 100644
--- a/libedataserverui/e-name-selector-dialog.ui
+++ b/libedataserverui/e-name-selector-dialog.ui
@@ -30,7 +30,7 @@
<property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
- <object class="GtkLabel" id="label33">
+ <object class="GtkLabel" id="show-contacts-label">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Show Contacts</b></property>
<property name="use_underline">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]