diff --git a/src/apps/deskbar/StatusView.cpp b/src/apps/deskbar/StatusView.cpp index df339e5b84..462f67846e 100644 --- a/src/apps/deskbar/StatusView.cpp +++ b/src/apps/deskbar/StatusView.cpp @@ -249,7 +249,7 @@ TReplicantTray::GetPreferredSize(float* preferredWidth, float* preferredHeight) // this view has a fixed minimum width width = std::max(kMinimumTrayWidth, width); - height = height = fBarView->TeamMenuItemHeight(); + height = fBarView->TeamMenuItemHeight(); } *preferredWidth = width;