diff options
author | Blaine | 2020-04-22 16:09:24 +0530 |
---|---|---|
committer | Blaine | 2020-04-22 16:09:24 +0530 |
commit | a8a5b967e329a2ef5688089e8cbec2e37835fc08 (patch) | |
tree | f98232c8987d0e27140956465aa1710995213c4e /src/main | |
parent | 8713e4293b7297e2f0d96c9439e870fbd934e975 (diff) | |
download | Chemical-PFD-a8a5b967e329a2ef5688089e8cbec2e37835fc08.tar.gz Chemical-PFD-a8a5b967e329a2ef5688089e8cbec2e37835fc08.tar.bz2 Chemical-PFD-a8a5b967e329a2ef5688089e8cbec2e37835fc08.zip |
small tidying
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/python/utils/sizes.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/python/utils/sizes.py b/src/main/python/utils/sizes.py index 4d0686b..f1a56b3 100644 --- a/src/main/python/utils/sizes.py +++ b/src/main/python/utils/sizes.py @@ -31,6 +31,5 @@ paperSizes = { } } -sheetDimensionList = [f'A{i}' for i in range(5)] - +sheetDimensionList = paperSizes.keys() ppiList = ["72", "96", "150", "300"]
\ No newline at end of file |