Skip to content
Snippets Groups Projects
Commit cfbb96aa authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'feature-2842' into 'develop'

[+] Changed the rules for placing elements in the event widget.

See merge request cellframe/cellframe-dashboard!80
parents c9866469 7feaa20b
No related branches found
No related tags found
1 merge request!80[+] Changed the rules for placing elements in the event widget.
Pipeline #1682 passed with stage
in 14 minutes and 53 seconds
...@@ -141,11 +141,12 @@ DapLogsScreenForm ...@@ -141,11 +141,12 @@ DapLogsScreenForm
Rectangle Rectangle
{ {
id:frameTextLog id:frameTextLog
anchors.left: frameTypeLog.right
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.left: frameTypeLog.right
anchors.leftMargin: secondMarginList anchors.leftMargin: secondMarginList
width: 488 * pt anchors.right: frameFileLog.left
anchors.rightMargin: thirdMarginList
color: parent.color color: parent.color
Text Text
{ {
...@@ -162,10 +163,10 @@ DapLogsScreenForm ...@@ -162,10 +163,10 @@ DapLogsScreenForm
Rectangle Rectangle
{ {
id: frameFileLog id: frameFileLog
anchors.left: frameTextLog.right anchors.right: frameTimeLog.left
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.leftMargin: thirdMarginList anchors.rightMargin: thirdMarginList
width: 326 * pt width: 326 * pt
color: parent.color color: parent.color
Text Text
...@@ -183,10 +184,9 @@ DapLogsScreenForm ...@@ -183,10 +184,9 @@ DapLogsScreenForm
Rectangle Rectangle
{ {
id: frameTimeLog id: frameTimeLog
anchors.left: frameFileLog.right
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.leftMargin: thirdMarginList anchors.right: parent.right
width: 62 * pt width: 62 * pt
color: parent.color color: parent.color
Text Text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment