[gnome-disk-utility/udisks2-port] Make create partition spinbuttons adjust 1MB, not 100MB



commit 392a6b4f22f7957a05cd8319a6aa687d910c3628
Author: David Zeuthen <davidz redhat com>
Date:   Fri Dec 2 15:12:35 2011 -0500

    Make create partition spinbuttons adjust 1MB, not 100MB
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/gducreatepartitiondialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/palimpsest/gducreatepartitiondialog.c b/src/palimpsest/gducreatepartitiondialog.c
index 644b19f..61be78a 100644
--- a/src/palimpsest/gducreatepartitiondialog.c
+++ b/src/palimpsest/gducreatepartitiondialog.c
@@ -354,14 +354,14 @@ gdu_create_partition_dialog_show (GduWindow    *window,
                             max_size_mb,
                             0.0,                    /* lower */
                             max_size_mb,            /* upper */
-                            100,                    /* step increment */
+                            1,                      /* step increment */
                             1000,                   /* page increment */
                             0.0);                   /* page_size */
   gtk_adjustment_configure (data->free_following_adjustment,
                             0,
                             0.0,                    /* lower */
                             max_size_mb,            /* upper */
-                            100,                    /* step increment */
+                            1,                      /* step increment */
                             1000,                   /* page increment */
                             0.0);                   /* page_size */
 



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