[totem] Make the plugin dialog bigger so it is more readable.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Make the plugin dialog bigger so it is more readable.
- Date: Fri, 18 Feb 2011 00:24:47 +0000 (UTC)
commit c4ad54bf515917b2efc12e1bbaed0670fd01b39c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Feb 16 16:10:21 2011 +0100
Make the plugin dialog bigger so it is more readable.
src/totem-menu.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 1a2e54e..fffed4c 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -1238,6 +1238,7 @@ plugins_action_callback (GtkAction *action, Totem *totem)
gtk_widget_show_all (GTK_WIDGET (manager));
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (totem->plugins))),
manager, TRUE, TRUE, 0);
+ gtk_window_set_default_size (GTK_WINDOW (totem->plugins), 600, 400);
}
gtk_window_present (GTK_WINDOW (totem->plugins));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]