Ignore:
Timestamp:
04/28/12 15:14:39 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the gates tab

File:
1 edited

Legend:

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

    r117 r118  
    360360        scrolledWindow.add(self._flightList)
    361361        scrolledWindow.set_size_request(400, -1)
     362        # FIXME: these should be constants in common.py
    362363        scrolledWindow.set_policy(gtk.PolicyType.AUTOMATIC if pygobject
    363364                                  else gtk.POLICY_AUTOMATIC,
Note: See TracChangeset for help on using the changeset viewer.