Deskbar: Tiny indent style fix
This commit is contained in:
@@ -369,7 +369,7 @@ TExpandoMenuBar::MouseMoved(BPoint where, uint32 code, const BMessage* message)
|
|||||||
// expando mode window menu item
|
// expando mode window menu item
|
||||||
fLastMousedOverItem = menuItem;
|
fLastMousedOverItem = menuItem;
|
||||||
if (strcasecmp(windowMenuItem->TruncatedLabel(),
|
if (strcasecmp(windowMenuItem->TruncatedLabel(),
|
||||||
windowMenuItem->Label()) > 0) {
|
windowMenuItem->Label()) > 0) {
|
||||||
// label is truncated, set tooltip
|
// label is truncated, set tooltip
|
||||||
SetToolTip(windowMenuItem->Label());
|
SetToolTip(windowMenuItem->Label());
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user