Skip to content
Snippets Groups Projects
Commit 900b6906 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3460610: Switch from original to large for default view mode when resizing

parent 1251294c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
// Ensure that the commands are executed only once.
if (resizeCommand.value == null) {
// Execute commands.
viewModeCommand.execute({ value: 'original', group: 'viewMode' });
viewModeCommand.execute({ value: 'large', group: 'viewMode' });
resizeCommand.execute({ width: '50%' });
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment