Fix Land Group info button being forty pixels too high.

Thanks for letting us know, Pure Bluestar!
SV-1978 #close Foxed it~
This commit is contained in:
Lirusaito
2015-11-09 04:47:51 -05:00
parent 6be5a24d5e
commit 38eac50597
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@
<button bottom="-160" enabled="true" follows="left|top" font="SansSerifSmall"
halign="center" height="16" label="Set..." label_selected="Set..."
left="350" mouse_opaque="true" name="Set..." scale_image="true" width="50" />
<button bottom="-120" enabled="true" follows="left|top" font="SansSerifSmall"
<button bottom="-160" enabled="true" follows="left|top" font="SansSerifSmall"
halign="center" height="16" label="Info"
left="400" mouse_opaque="true" name="group_profile" scale_image="true" width="50" />
<check_box bottom="-180" enabled="false" follows="left|top" font="SansSerifSmall"

View File

@@ -34,7 +34,7 @@
</text>
<text name="GroupText"/>
<button label="Definir..." label_selected="Definir..." name="Set..."/>
<button bottom="-160" label="Info" name="group_profile"/>
<button label="Info" name="group_profile"/>
<check_box label="Permitir transferir al grupo" name="check deed" tool_tip="Un oficial del grupo puede transferir este terreno al grupo. El terreno será sostenido por el grupo en sus asignaciones de terreno."/>
<button label="Transferir..." label_selected="Transferir..." name="Deed..." tool_tip="Sólo puedes transferir un terreno si eres un oficial del grupo seleccionado."/>
<check_box label="El propietario hace una contribución transfiriendo" name="check contrib" tool_tip="Cuando el terreno se transfiere al grupo, el antiguo propietario contribuye con una asignación suficiente de terreno."/>

View File

@@ -31,7 +31,7 @@
Groupe:
</text>
<button label="Définir..." label_selected="Définir..." name="Set..."/>
<button bottom="-160" label="Info" name="group_profile"/>
<button label="Info" name="group_profile"/>
<check_box label="Autoriser la cession au groupe" name="check deed" tool_tip="Un officier peut céder ce terrain au groupe. Il viendra alors s'ajouter au patrimoine du groupe."/>
<button label="Céder..." label_selected="Céder..." name="Deed..." tool_tip="Vous ne pouvez céder le terrain que si vous avez un rôle d'officier dans le groupe sélectionné."/>
<check_box label="Le propriétaire contribue en cédant du terrain" name="check contrib" tool_tip="Lorsqu'un terrain est cédé au groupe, l'ancien propriétaire fait également un don de terrain suffisant."/>