Revision: 2185
          http://synfig.svn.sourceforge.net/synfig/?rev=2185&view=rev
Author:   dooglus
Date:     2008-11-11 19:50:42 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Left-justify the 'invert' tool option, like in the other tools.

Modified Paths:
--------------
    synfig-studio/trunk/src/gtkmm/state_rectangle.cpp

Modified: synfig-studio/trunk/src/gtkmm/state_rectangle.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/state_rectangle.cpp   2008-11-11 16:48:45 UTC 
(rev 2184)
+++ synfig-studio/trunk/src/gtkmm/state_rectangle.cpp   2008-11-11 19:50:42 UTC 
(rev 2185)
@@ -361,7 +361,7 @@
        options_table.attach(spin_feather,                                      
                                1, 2,  3,  4, Gtk::EXPAND|Gtk::FILL, 
Gtk::EXPAND|Gtk::FILL, 0, 0);
 
        //invert flag
-       options_table.attach(checkbutton_invert,                                
                        1, 2,  4 , 5, Gtk::EXPAND|Gtk::FILL, 
Gtk::EXPAND|Gtk::FILL, 0, 0);
+       options_table.attach(checkbutton_invert,                                
                        0, 2,  4,  5, Gtk::EXPAND|Gtk::FILL, 
Gtk::EXPAND|Gtk::FILL, 0, 0);
 
        options_table.attach(checkbutton_layer_rectangle,                       
                0, 2,  7,  8, Gtk::EXPAND|Gtk::FILL, Gtk::EXPAND|Gtk::FILL, 0, 
0);
        options_table.attach(checkbutton_layer_outline,                         
                0, 2,  8,  9, Gtk::EXPAND|Gtk::FILL, Gtk::EXPAND|Gtk::FILL, 0, 
0);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to