am f6636c1e: am b7d56308: am c2cf2d9c: am ebb9ebed: am a1648449: Fixing tiny regression in PagedView spacing
* commit 'f6636c1eb9772d29b6c6e3a4e8c5c09f54815bc7': Fixing tiny regression in PagedView spacing
This commit is contained in:
@@ -450,7 +450,7 @@ class DeviceProfile {
|
||||
// In portrait, we want the pages spaced such that there is no
|
||||
// overhang of the previous / next page into the current page viewport.
|
||||
// We assume symmetrical padding in portrait mode.
|
||||
return getWorkspacePadding().left;
|
||||
return 2 * getWorkspacePadding().left;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user