mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-04 06:33:32 +07:00
Resolved #9221 - removed icons from selectboxes
This commit is contained in:
parent
9ba5497ce4
commit
35fbb5f9f3
@ -342,7 +342,7 @@ class GameOptionsTable(
|
||||
}
|
||||
|
||||
private fun Table.addSelectBox(text: String, values: Collection<String>, initialState: String, onChange: (newValue: String) -> String?) {
|
||||
add(text.toLabel()).left()
|
||||
add(text.toLabel(hideIcons = true)).left()
|
||||
val selectBox = TranslatedSelectBox(values, initialState, BaseScreen.skin)
|
||||
selectBox.isDisabled = locked
|
||||
selectBox.onChange {
|
||||
|
Loading…
Reference in New Issue
Block a user