cff7950 Replace use of GtkAlignment with a custom align widget

Authored and Committed by Daniel P. Berrange 12 years ago
    Replace use of GtkAlignment with a custom align widget
    
    To use the GtkAlignment we have to play evil tricks overriding
    its size request, to make it reallocate the child to the preferred
    size we desire based on the virtual desktop size + zoom level.
    
    By replacing the GtkAlignment with a custom widget we can
    directly implement the layout/sizing semantics we want without
    playing stupid games
    
        
file modified
+1 -0
file modified
+0 -2
file modified
+12 -87
file modified
+11 -3