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

Made some of the windows non-resizable

File:
1 edited

Legend:

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

    r184 r202  
    7777        window.set_title(WINDOW_TITLE_BASE)
    7878        window.set_icon_from_file(os.path.join(iconDirectory, "logo.ico"))
     79        window.set_resizable(False)
    7980        window.connect("delete-event",
    8081                       lambda a, b: self.hideMainWindow())
Note: See TracChangeset for help on using the changeset viewer.