blob: 3324556f985ed51f259807dd484973a078d73a7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="navigation_bar">
<panel name="navigation_panel">
<button name="back_btn" tool_tip="Zurück zu vorheriger Position"/>
<button name="forward_btn" tool_tip="Eine Position weiter"/>
<button name="home_btn" tool_tip="An meinen Heimatort teleportieren"/>
<location_input label="Ort" name="location_combo"/>
<search_combo_box label="Suchen" name="search_combo_box" tool_tip="Suchen">
<combo_editor label="[SECOND_LIFE] durchsuchen" name="search_combo_editor"/>
</search_combo_box>
</panel>
</panel>
|