Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Fix row layout warnings for DateTime page in settings app
Fixed
Description
The following warning is repeatedly seen on the journal for datetime section on settings app:
>>
Jul 05 20:18:35 intel-corei7-64 afbd-settings@0.1[1304]: qrc:/datetime/DateTime.qml:38:9: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
The following warning is repeatedly seen on the journal for datetime section on settings app:
>>
Jul 05 20:18:35 intel-corei7-64 afbd-settings@0.1[1304]: qrc:/datetime/DateTime.qml:38:9: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
<<
The anchoring needs updating.