Ignore:
Timestamp:
03/25/12 11:52:51 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added environment variable to display the more natural size of the window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r49 r50  
    5151        alignment = gtk.Alignment(xalign = 0.5, yalign = 0.0,
    5252                                  xscale = 0, yscale = 0.0)
     53        alignment.set_padding(padding_top = 0, padding_bottom = 16,
     54                              padding_left = 0, padding_right = 0)
    5355
    5456        label = gtk.Label(help)
Note: See TracChangeset for help on using the changeset viewer.