Changeset 65:9d11552d91d4


Ignore:
Timestamp:
04/09/12 06:33:41 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The table in the wizard pages is not homogeneous anymore so that the size of the main part could be determined more flexibly.

File:
1 edited

Legend:

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

    r64 r65  
    4747
    4848        table = gtk.Table(3, 1)
    49         table.set_homogeneous(True)
     49        table.set_homogeneous(False)
    5050
    5151        alignment = gtk.Alignment(xalign = 0.0, yalign = 0.0,
     
    967967                s += notam.notice + "\n"
    968968                s += "-------------------- * --------------------\n"
    969             buffer.set_text(s)
    970        
     969            buffer.set_text(s)       
    971970
    972971    def _forwardClicked(self):
Note: See TracChangeset for help on using the changeset viewer.