Changeset 44 for trunk/gui/apps/driver


Ignore:
Timestamp:
Aug 16, 2005 11:26:29 AM (19 years ago)
Author:
mmc
Message:

Fixed the MainWin? to honor "-anchor fill" in "web" mode. This
causes the main window to fill all available screen real estate.
Had to fix the scroller to make this work properly. I think
this also fixes problems with scrolled forms not expanding into
available real estate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r23 r44  
    2727option add *MainWin.mode desktop startupFile
    2828option add *MainWin.borderWidth 0 startupFile
    29 option add *MainWin.anchor center startupFile
     29option add *MainWin.anchor fill startupFile
    3030
    3131# "web site" look
Note: See TracChangeset for help on using the changeset viewer.