empathy r2437 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2437 - trunk/src
- Date: Wed, 11 Feb 2009 19:43:39 +0000 (UTC)
Author: xclaesse
Date: Wed Feb 11 19:43:39 2009
New Revision: 2437
URL: http://svn.gnome.org/viewvc/empathy?rev=2437&view=rev
Log:
Fix spacing of video preview widgets in call UI (bug 570400)
Add some additional spacing between the toolbar and statusbar and the main
content of the window so that it doesn't look quite as cramped. Also remove
align the top edges of the remote video preview and the self video preview
widgets.
From: Jonathon Jongsma <jonathon jongsma collabora co uk>
Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>
Modified:
trunk/src/empathy-call-window.c
Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c (original)
+++ trunk/src/empathy-call-window.c Wed Feb 11 19:43:39 2009
@@ -253,6 +253,7 @@
priv->pipeline = gst_pipeline_new (NULL);
hbox = gtk_hbox_new (FALSE, 3);
+ gtk_container_set_border_width (GTK_CONTAINER (hbox), 6);
gtk_paned_pack1 (GTK_PANED(pane), hbox, TRUE, FALSE);
bus = gst_pipeline_get_bus (GST_PIPELINE (priv->pipeline));
@@ -268,7 +269,7 @@
gtk_box_pack_start (GTK_BOX (hbox), vbox, FALSE, FALSE, 3);
priv->video_preview = empathy_video_widget_new_with_size (bus, 160, 120);
- gtk_box_pack_start (GTK_BOX (vbox), priv->video_preview, FALSE, FALSE, 3);
+ gtk_box_pack_start (GTK_BOX (vbox), priv->video_preview, FALSE, FALSE, 0);
priv->video_input = empathy_video_src_new ();
gst_object_ref (priv->video_input);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]