Skip to content

Commit

Permalink
Shrink the cloud Icon, as the name entry takes a lot of space.
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Apr 5, 2021
1 parent 6552a38 commit 2ddfe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Source/ServerStatus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void ServerStatus::resized()
{
auto area = getLocalBounds().reduced(kNormalInset);
serverSelector_.setBounds(area.removeFromTop((kLineHeight + kNormalInset) *3));
cloudImage_.setBounds(area.withSizeKeepingCentre(128, 128).withTrimmedTop(kNormalInset));
cloudImage_.setBounds(area.withSizeKeepingCentre(96, 96).withTrimmedTop(kNormalInset));
}

void ServerStatus::fromData()
Expand Down

0 comments on commit 2ddfe2a

Please sign in to comment.