UI/Config.py

branch
6_1_x
changeset 4541
e8ddd9d76414
parent 4021
195a471c327b
child 4555
861e1741985c
equal deleted inserted replaced
4539:beac8323fa9e 4541:e8ddd9d76414
5 5
6 """ 6 """
7 Module defining common data to be used by all windows.. 7 Module defining common data to be used by all windows..
8 """ 8 """
9 9
10 from __future__ import unicode_literals
11
10 from PyQt5.QtCore import QSize 12 from PyQt5.QtCore import QSize
11 13
12 ToolBarIconSize = QSize(20, 18) 14 ToolBarIconSize = QSize(20, 18)

eric ide

mercurial