diff --git a/embedding/browser/gtk/src/EmbedPrompter.cpp b/embedding/browser/gtk/src/EmbedPrompter.cpp index 0f2372a29274..7becd625acba 100644 --- a/embedding/browser/gtk/src/EmbedPrompter.cpp +++ b/embedding/browser/gtk/src/EmbedPrompter.cpp @@ -105,7 +105,7 @@ EmbedPrompter::Create(PromptType aType, GtkWindow* aParentWindow) NULL); // gtk will resize this for us as necessary - gtk_window_set_default_size(GTK_WINDOW(mWindow), 200, 100); + gtk_window_set_default_size(GTK_WINDOW(mWindow), 100, 50); // this HBox will contain the icon, and a vbox which contains the // dialog text and other widgets.