Skip to content

Commit

Permalink
Help Browser: improved layout stability and added next/back buttons (…
Browse files Browse the repository at this point in the history
…non-functional, of course)
  • Loading branch information
Vultraz committed Apr 16, 2017
1 parent 5a52816 commit 918f1e9
Showing 1 changed file with 53 additions and 8 deletions.
61 changes: 53 additions & 8 deletions data/gui/window/help_browser.cfg
Expand Up @@ -103,7 +103,7 @@
[grid]

[row]
grow_factor = 1
grow_factor = 0

[column]
border = "all"
Expand All @@ -118,9 +118,12 @@
[/row]

[row]
grow_factor = 1

[column]
grow_factor = 1
horizontal_grow = true
vertical_grow = true

[grid]

Expand Down Expand Up @@ -156,6 +159,7 @@
[scroll_label]
definition = "default"
id = "topic_text"
use_markup = true
[/scroll_label]
[/column]

Expand All @@ -176,16 +180,57 @@
[/row]

[row]
grow_factor = 0

[column]
border = "all"
border_size = 5
horizontal_alignment = "right"
horizontal_grow = true

[button]
id = "cancel"
label = _ "Close"
[/button]
[grid]

[row]

[column]
grow_factor = 0
border = "all"
border_size = 5
horizontal_alignment = "left"

[button]
id = "back"
definition = "left_arrow_ornate"
[/button]

[/column]

[column]
grow_factor = 0
border = "all"
border_size = 5
horizontal_alignment = "left"

[button]
id = "next"
definition = "right_arrow_ornate"
[/button]

[/column]

[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_alignment = "right"

[button]
id = "cancel"
label = _ "Close"
[/button]

[/column]

[/row]

[/grid]

[/column]

Expand Down

0 comments on commit 918f1e9

Please sign in to comment.