eric6/UI/Config.py@2602857055c5
eric6/UI/Config.py
Sun, 14 Apr 2019 15:09:21 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 14 Apr 2019 15:09:21 +0200
- changeset 6942
- 2602857055c5
- parent 6645
-
UI/Config.py@ad476851d7e0
- child 7360
-
9190402e4505
- permissions
- -rw-r--r--
Major restructuring of the source tree to get prepared for a setup.py based installation.
# -*- coding: utf-8 -*-
# Copyright (c) 2006 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module defining common data to be used by all windows..
"""
from PyQt5.QtCore import QSize
ToolBarIconSize = QSize(20, 18)
#
# eflag: noqa = M702