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/monitor.py

    r197 r202  
    1818        self._gui = gui
    1919
     20        self.set_resizable(False)
    2021        self.set_title("MAVA Logger X " + const.VERSION + " - Data Monitor")
    2122        self.set_icon_from_file(os.path.join(iconDirectory, "logo.ico"))
Note: See TracChangeset for help on using the changeset viewer.