Skip to content

Commit

Permalink
Fix farm overview tab layout
Browse files Browse the repository at this point in the history
It can now hold up to 6 different lines again, everything beyond will
still be broken. Suggesting a scrollable area instead of further down-
sizing there though.

Multiple in- or output resources per line are also still a bit broken,
because the cogs icon doesn't cover 100% of the background arrows.
For details, click on any pastry shop.
  • Loading branch information
ChrisOelmueller committed Nov 15, 2014
1 parent f2eeef9 commit 57dc15f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions content/gui/xml/ingame/tabwidget/farm/overview_farm.xml
Expand Up @@ -25,10 +25,7 @@
<Label name="capacity_utilization" helptext="Capacity utilization" />
</HBox>

<VBox name="production_lines" position="20,90" />
<VBox name="production_lines" position="20,87" padding="-13" />

</Container>
</Container>



0 comments on commit 57dc15f

Please sign in to comment.