[f-spot] Replace some spaces with tabs.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Replace some spaces with tabs.
- Date: Fri, 11 Jun 2010 17:42:48 +0000 (UTC)
commit e7be28df704b6b4ad72443fe062c630505eaf6d9
Author: Daniel Köb <daniel koeb peony at>
Date: Sat Jun 5 16:47:57 2010 +0200
Replace some spaces with tabs.
src/Widgets/FindBar.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Widgets/FindBar.cs b/src/Widgets/FindBar.cs
index 107b337..e9d38e5 100644
--- a/src/Widgets/FindBar.cs
+++ b/src/Widgets/FindBar.cs
@@ -25,7 +25,7 @@ namespace FSpot.Widgets {
private int open_parens = 0, close_parens = 0;
private PhotoQuery query;
private Term root_term = null;
- private HBox box;
+ private HBox box;
/*
* Properties
@@ -50,10 +50,10 @@ namespace FSpot.Widgets {
public FindBar (PhotoQuery query, TreeModel model) : base(new HBox())
{
this.query = query;
- box = Child as HBox;
+ box = Child as HBox;
box.Spacing = 6;
- box.BorderWidth = 2;
+ box.BorderWidth = 2;
box.PackStart (new Label (Catalog.GetString ("Find:")), false, false, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]