Additional buttons was pushing text off the edge of area search, refresh and stop are now icons.
This commit is contained in:
@@ -14,7 +14,5 @@
|
||||
<column name="Owner" label="Eigentümer" tool_tip="Auf Eintrag doppelklicken, um Leuchtmarkierung auf Objektposition zu setzen."/>
|
||||
<column name="Group" label="Gruppe" tool_tip="Auf Eintrag doppelklicken, um Leuchtmarkierung auf Objektposition zu setzen."/>
|
||||
</scroll_list>
|
||||
<button name="Refresh" label="Aktualisieren"/>
|
||||
<button name="Stop" label="Stop"/>
|
||||
<text name="counter">Gelistet/Offen/Total</text>
|
||||
</floater>
|
||||
|
||||
@@ -41,12 +41,10 @@
|
||||
</scroll_list>
|
||||
<button name="TP" label="TP" height="20" width="40" left="10" bottom="6" follows="left|bottom"/>
|
||||
<button name="Look" label="Look" height="20" width="60" left_delta="40" bottom="6" follows="left|bottom"/>
|
||||
<button name="Refresh" label="Refresh" font="SansSerif" mouse_opaque="true"
|
||||
height="20" width="80" left_delta="65" bottom="6" follows="left|bottom"/>
|
||||
<button name="Stop" label="Stop" font="SansSerif" mouse_opaque="true"
|
||||
height="20" width="70" left_delta="80" bottom="6" follows="left|bottom"/>
|
||||
<button name="Refresh" label="" image_overlay="go-reload.png" height="20" width="20" left_delta="65" bottom="6" follows="left|bottom"/>
|
||||
<button name="Stop" label="" image_overlay="go-stop.png" height="20" width="20" left_delta="20" bottom="6" follows="left|bottom"/>
|
||||
<text name="counter"
|
||||
height="15" width="220" left_delta="75" bottom="9" follows="left|bottom">
|
||||
height="15" width="220" left_delta="25" bottom="9" follows="left|bottom">
|
||||
Listed/Pending/Total
|
||||
</text>
|
||||
</floater>
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
<column name="Owner" label="Propietario" tool_tip="Haz doble click en cualquier resultado para marcar su posición"/>
|
||||
<column name="Group" label="Grupo" tool_tip="Haz doble click en cualquier resultado para marcar su posición"/>
|
||||
</scroll_list>
|
||||
<button name="Refresh" label="Actualizar"/>
|
||||
<button name="Stop" label="Detener"/>
|
||||
<text name="counter">
|
||||
Listados/Pendientes/Total
|
||||
</text>
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
<column name="Owner" label="Propriétaire" tool_tip="Double-clic pour obtenir la position."/>
|
||||
<column name="Group" label="Groupe" tool_tip="Double-clic pour obtenir la position."/>
|
||||
</scroll_list>
|
||||
<button name="Refresh" label="Rafraichir"/>
|
||||
<button name="Stop" label="Stop"/>
|
||||
<text name="counter">
|
||||
Liste/Attente/Total
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user