Attack Predictions: temp fix to keep data values aligned with labels
[ci_skip] Value rows still aren't aligned in the case of one side of the data not having the specified value. Will fix later.
This commit is contained in:
parent
6520c7c81e
commit
26d4e55500
1 changed files with 11 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
label = {_LABEL}
|
||||
|
||||
linked_group = "labels"
|
||||
use_markup = true
|
||||
[/label]
|
||||
[/column]
|
||||
|
@ -55,6 +56,7 @@
|
|||
id = {_ID_PREFIX} + "_" + {_ID}
|
||||
definition = "default_small"
|
||||
|
||||
linked_group = "labels"
|
||||
use_markup = true
|
||||
[/label]
|
||||
[/column]
|
||||
|
@ -172,6 +174,7 @@
|
|||
linked_group = "main_column"
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
border = "all"
|
||||
|
@ -181,13 +184,13 @@
|
|||
[label]
|
||||
label = {_HEADER}
|
||||
definition = "default_large"
|
||||
linked_group = "header"
|
||||
[/label]
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
horizontal_grow = true
|
||||
|
@ -200,6 +203,7 @@
|
|||
{_GUI_SPACER_ROW}
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -216,6 +220,7 @@
|
|||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -249,6 +254,11 @@
|
|||
fixed_width = "true"
|
||||
[/linked_group]
|
||||
|
||||
[linked_group]
|
||||
id = "labels"
|
||||
fixed_height = "true"
|
||||
[/linked_group]
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip"
|
||||
[/tooltip]
|
||||
|
|
Loading…
Add table
Reference in a new issue