add changelog and remove achievements dialog changes
(cherry picked from commit d692f6ba12
)
This commit is contained in:
parent
1a05133de7
commit
3dae9a89cd
2 changed files with 3 additions and 2 deletions
2
changelog_entries/wc-double-scrollbar-bugfix.md
Normal file
2
changelog_entries/wc-double-scrollbar-bugfix.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
### Multiplayer
|
||||
* Fix World Conquest's Help dialog showing double scrollbars due to the left tree having it's vertical scrollbar disabled. Changed both vertical and horizontal scrollbar modes to automatic.
|
|
@ -45,7 +45,6 @@
|
|||
horizontal_placement = "center"
|
||||
|
||||
maximum_width = 800
|
||||
maximum_height = 600
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip"
|
||||
|
@ -112,7 +111,7 @@
|
|||
id = "achievements_list"
|
||||
|
||||
vertical_scrollbar_mode = "auto"
|
||||
horizontal_scrollbar_mode = "auto"
|
||||
horizontal_scrollbar_mode = "never"
|
||||
|
||||
[list_definition]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue