Changeset 96a2e45 in mainline for tools/xtui.py


Ignore:
Timestamp:
2009-01-31T20:46:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
516ff92
Parents:
81df0ce
Message:

minimal dialog width

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xtui.py

    r81df0ce r96a2e45  
    168168                return (buttonbar.buttonPressed(retval), listbox.current())
    169169        elif (dialog):
     170                if (width < 35):
     171                        width = 35
     172               
    170173                args = []
    171174                cnt = 0
Note: See TracChangeset for help on using the changeset viewer.