fixed indentation (tabs to spaces)
authormishas <mikhail.sobolev@gmail.com>
Sat, 19 Jan 2008 10:11:29 +0000 (10:11 +0000)
committermishas <mikhail.sobolev@gmail.com>
Sat, 19 Jan 2008 10:11:29 +0000 (10:11 +0000)
git-svn-id: file:///svnroot/simple-launcher/branches/new-items@261 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.h

index 6455b2a..ccc6d25 100644 (file)
@@ -39,10 +39,10 @@ public:
 
   GtkWidget *getWidget() { return myWidget; }
 
-       int getWidth() const;
-       int getHeight() const;
+  int getWidth() const;
+  int getHeight() const;
 
-       void getBackgroundColour(double& red, double& green, double& blue, double alpha) const;
+  void getBackgroundColour(double& red, double& green, double& blue, double alpha) const;
 
 private:
   static void addItem(LauncherItems&, const std::string&, bool);