[gimp/tito: 50/50] Setting the default position to middle



commit 54c9984f39bf6f8d54e514ebc3f0d37e332c4281
Author: Srihari Sriraman <srihari c42 in>
Date:   Mon Jul 22 13:09:27 2013 +0530

    Setting the default position to middle

 app/dialogs/tito-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/tito-dialog.c b/app/dialogs/tito-dialog.c
index 13bce37..9d1762c 100644
--- a/app/dialogs/tito-dialog.c
+++ b/app/dialogs/tito-dialog.c
@@ -786,7 +786,7 @@ tito_clear_history (void)
 static void
 tito_set_default_preferences (void)
 {
- PREF.POSITION = 0;
+ PREF.POSITION = 1;
  PREF.WIDTH = 40;
  PREF.POSITION_X = (1-0.4)*par_width+par_x;
  PREF.POSITION_Y = 0.04*par_height+par_y;


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