forked from townforge/townforge
26 lines
676 B
Plaintext
26 lines
676 B
Plaintext
WindowInfo
|
|
title Select file
|
|
centered-relative-size: 0.9 0.9
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution: "gravity", size: "available"
|
|
|
|
TBLayout: axis x, magic: "enabled", distribution: "gravity"
|
|
TBButton: id: "back"
|
|
TBImageWidget: filename: "resources/default_skin/arrow_left.png"
|
|
TBEditField: text: "", id: "path-edit", gravity: "left right"
|
|
|
|
TBSelectList: id: "file-list", gravity: "all"
|
|
|
|
TBLayout: axis x, magic: "enabled", distribution: "gravity"
|
|
|
|
TBEditField: text: "", id: "filename-edit"
|
|
gravity: "all"
|
|
autofocus: 1
|
|
|
|
TBSelectDropdown: id: "filter-list"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|