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

The IntegerEntry widget is used for the VRef as well on the landing page

File:
1 edited

Legend:

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

    r84 r86  
    8585        gtk.Entry.__init__(self)
    8686
     87        self.set_alignment(1.0)
     88
    8789        self._defaultValue = defaultValue
    8890        self._currentInteger = defaultValue
Note: See TracChangeset for help on using the changeset viewer.