Changeset be8b5d6 in mainline


Ignore:
Timestamp:
2009-01-21T15:37:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4850560
Parents:
27fb3d6
Message:

nicer display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xtui.py

    r27fb3d6 rbe8b5d6  
    142142                height = height_fix(screen, height)
    143143               
     144                if (height > 3):
     145                        large = True
     146                else:
     147                        large = False
     148               
    144149                buttonbar = snack.ButtonBar(screen, ('Done', 'Cancel'))
    145150                textbox = snack.TextboxReflowed(width, text)
    146                 listbox = snack.Listbox(height, scroll = True, returnExit = 1)
     151                listbox = snack.Listbox(height, scroll = large, returnExit = 1)
    147152               
    148153                cnt = 0
Note: See TracChangeset for help on using the changeset viewer.