[gnome-devel-docs] Fixed a spacing issue.



commit e1a66b4f2b964069490d59e34e80c3d03521cdd5
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Wed Jun 6 11:20:38 2012 -0400

    Fixed a spacing issue.

 platform-demos/C/samples/grid.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/samples/grid.js b/platform-demos/C/samples/grid.js
index 3846706..6e7ec05 100644
--- a/platform-demos/C/samples/grid.js
+++ b/platform-demos/C/samples/grid.js
@@ -39,8 +39,8 @@ const GridExample = new Lang.Class ({
 
         // Create the application window
             this._window = new Gtk.ApplicationWindow  ({ application: this.application,
-                                                              window_position: Gtk.WindowPosition.CENTER,
-                                                              title: "Grid Example"});
+                                                         window_position: Gtk.WindowPosition.CENTER,
+                                                         title: "Grid Example"});
 
         // Create the grid
         this.Grid = new Gtk.Grid ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]