mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
Revert "[Summary] Per Paul's request zeroed RIGHT_EDGE_SHIFT constant which used to shift region length to the correct value"
This reverts commit 56a12b66b6.
This commit is contained in:
parent
a977caa4af
commit
c8d7b08250
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ const double TimeAxisViewItem::NAME_HIGHLIGHT_X_OFFSET = 10.0;
|
|||
const double TimeAxisViewItem::NAME_HIGHLIGHT_Y_OFFSET = 5.0;
|
||||
const double TimeAxisViewItem::GRAB_HANDLE_TOP = 2.0;
|
||||
const double TimeAxisViewItem::GRAB_HANDLE_WIDTH = 5.0;
|
||||
const double TimeAxisViewItem::RIGHT_EDGE_SHIFT = 0.0;
|
||||
const double TimeAxisViewItem::RIGHT_EDGE_SHIFT = 2.0;
|
||||
|
||||
const double TimeAxisViewItem::REGION_TOP_OFFSET = 2.0;
|
||||
const double TimeAxisViewItem::REGION_BOTTOM_OFFSET = 3.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue