diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 1de42bf3db..dc4ce01bf6 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -437,8 +437,8 @@ class TabletOutput(iPadOutput): short_name = 'tablet' description = _('Intended for generic tablet devices, does no resizing of images') - screen_size = (sys.maxint, sys.maxint) - comic_screen_size = (sys.maxint, sys.maxint) + screen_size = (10000, 10000) + comic_screen_size = (10000, 10000) class SamsungGalaxy(TabletOutput): name = 'Samsung Galaxy'