Skip to content

Commit 3c7a2fa

Browse files
authored
Merge branch '25_2' into 25_2__bump_exceljs
2 parents e46d1f0 + 8bd420a commit 3c7a2fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: needs.check-should-run.outputs.should-run == 'true'
3535

3636
runs-on: devextreme-shr2
37-
timeout-minutes: 15
37+
timeout-minutes: 30
3838

3939
steps:
4040
- name: Get sources
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DevExtreme [Scheduler](https://js.devexpress.com/jQuery/Documentation/Guide/UI_Components/Scheduler/Overview/) includes a new appointment snap mechanism with the following modes:
1+
DevExtreme [Scheduler](https://js.devexpress.com/jQuery/Documentation/Guide/UI_Components/Scheduler/Overview/) will include a new appointment snap mechanism. The following modes will be available:
22

33
- `always`: an appointment always stretches to cell borders.
4-
- `auto`: an appointment stretches to a cell border only if the distance from the cell border to the appointment edge is less than half of the cell width.
4+
- `auto`: an appointment is stretched to cell border only if the distance from the cell border to the edge of an appointment is less than half of the cell width.
55
- `never`: appointments are proportional to their duration.

0 commit comments

Comments
 (0)