mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix selecting Tablet output profile would actually select the Samsung Galaxy S profile
This commit is contained in:
parent
c73d1a4f0d
commit
1db0863ab5
@ -441,7 +441,7 @@ class TabletOutput(iPadOutput):
|
|||||||
|
|
||||||
class SamsungGalaxy(TabletOutput):
|
class SamsungGalaxy(TabletOutput):
|
||||||
name = 'Samsung Galaxy'
|
name = 'Samsung Galaxy'
|
||||||
shortname = 'galaxy'
|
short_name = 'galaxy'
|
||||||
description = _('Intended for the Samsung Galaxy and similar tablet devices with '
|
description = _('Intended for the Samsung Galaxy and similar tablet devices with '
|
||||||
'a resolution of 600x1280')
|
'a resolution of 600x1280')
|
||||||
screen_size = comic_screen_size = (600, 1280)
|
screen_size = comic_screen_size = (600, 1280)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user