Skip to content

Commit

Permalink
Attack Predictions: temp fix to keep data values aligned with labels
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
Vultraz committed Mar 22, 2017
1 parent 6520c7c commit 26d4e55
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/gui/window/attack_predictions.cfg
Expand Up @@ -36,6 +36,7 @@

label = {_LABEL}

linked_group = "labels"
use_markup = true
[/label]
[/column]
Expand All @@ -55,6 +56,7 @@
id = {_ID_PREFIX} + "_" + {_ID}
definition = "default_small"

linked_group = "labels"
use_markup = true
[/label]
[/column]
Expand Down Expand Up @@ -172,6 +174,7 @@
linked_group = "main_column"

[row]
grow_factor = 0

[column]
border = "all"
Expand 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
Expand All @@ -200,6 +203,7 @@
{_GUI_SPACER_ROW}

[row]
grow_factor = 0

[column]
grow_factor = 1
Expand All @@ -216,6 +220,7 @@
[/row]

[row]
grow_factor = 0

[column]
grow_factor = 1
Expand Down Expand Up @@ -249,6 +254,11 @@
fixed_width = "true"
[/linked_group]

[linked_group]
id = "labels"
fixed_height = "true"
[/linked_group]

[tooltip]
id = "tooltip"
[/tooltip]
Expand Down

0 comments on commit 26d4e55

Please sign in to comment.