[gnome-photos] notification-manager: It should be vertical, not horizontal
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] notification-manager: It should be vertical, not horizontal
- Date: Sat, 23 Mar 2013 23:50:57 +0000 (UTC)
commit d73c715f6b522e5d1b8a53610a4dccc2ff32905a
Author: Debarshi Ray <debarshir gnome org>
Date: Sun Mar 24 00:50:44 2013 +0100
notification-manager: It should be vertical, not horizontal
src/photos-notification-manager.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-notification-manager.c b/src/photos-notification-manager.c
index 7f89e0d..acd708d 100644
--- a/src/photos-notification-manager.c
+++ b/src/photos-notification-manager.c
@@ -90,8 +90,8 @@ photos_notification_manager_init (PhotosNotificationManager *self)
gd_notification_set_timeout (GD_NOTIFICATION (self), -1);
priv->grid = gtk_grid_new ();
- gtk_orientable_set_orientation (GTK_ORIENTABLE (priv->grid), GTK_ORIENTATION_HORIZONTAL);
- gtk_grid_set_column_spacing (GTK_GRID (priv->grid), 6);
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (priv->grid), GTK_ORIENTATION_VERTICAL);
+ gtk_grid_set_row_spacing (GTK_GRID (priv->grid), 6);
gtk_container_add (GTK_CONTAINER (self), priv->grid);
g_signal_connect_swapped (priv->grid, "remove", G_CALLBACK (photos_notification_manager_remove), self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]