I'd attach a .capx, but it's not really relevant.
For some reason, in r82, when I try to edit the Y size of my layout (using the menu on the left of the interface when the layout is in context), I keep getting a check failure, and it is impossible to change the Y dimension of my layout.
The particular crash report is:
---------------------------
Construct 2 Check failure
---------------------------
Check failure! This is probably a bug:
Unknown layout property modified!
Condition: false
File: Bars\PropertiesBar - Layout.cpp
Line: 217
Function: void __cdecl LayoutPropertyChangedHandler::OnPropertyChanged(const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)
Build: release 82 (64-bit) checked
Component: Construct 2 IDE
(Last Win32 error: 0)
You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.
---------------------------
Abort Retry Ignore
---------------------------
Cheers!