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

Minor cosmetic changes to the PIREP viewer

File:
1 edited

Legend:

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

    r236 r238  
    108108    @staticmethod
    109109    def addVFiller(vBox, height = 4):
    110         """Add a filler eventbox to the given vertical box."""
    111         filler = gtk.EventBox()
     110        """Add a filler to the given vertical box."""
     111        filler = gtk.Alignment(xalign = 0.0, yalign = 0.0,
     112                               xscale = 1.0, yscale = 1.0)
    112113        filler.set_size_request(-1, height)
    113114        vBox.pack_start(filler, False, False, 0)
     
    528529            PIREPViewer.addLabeledData(dataBox,
    529530                                       xstr("pirepView_flightType"),
    530                                        width = 10)
     531                                       width = 15)
    531532           
    532533        self._online = \
Note: See TracChangeset for help on using the changeset viewer.