Skip to content

Commit

Permalink
* Show scroll "buttons" in stats widgets (gscai)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisOelmueller committed Apr 21, 2012
1 parent 82b4749 commit 54bdf80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/gui/xml/ingame/widgets/players_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</HBox>
</VBox>

<ScrollArea background_color="255,255,255,0" min_size="650,300">
<ScrollArea background_color="255,255,255,0" min_size="650,300" max_size="650,300">
<VBox name="content_vbox" />
</ScrollArea>
<!--
Expand Down
2 changes: 1 addition & 1 deletion content/gui/xml/ingame/widgets/players_settlements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</HBox>
</VBox>

<ScrollArea background_color="255,255,255,0" min_size="650,300">
<ScrollArea background_color="255,255,255,0" min_size="650,300" max_size="650,300">
<VBox name="content_vbox" />
</ScrollArea>
<!--
Expand Down
2 changes: 1 addition & 1 deletion content/gui/xml/ingame/widgets/ships_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</HBox>
</VBox>

<ScrollArea background_color="255,255,255,0" min_size="650,300">
<ScrollArea background_color="255,255,255,0" min_size="650,300" max_size="650,300">
<VBox name="content_vbox" />
</ScrollArea>
<!--
Expand Down

0 comments on commit 54bdf80

Please sign in to comment.