should better now :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17102 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
eef8149582
commit
f88e467c8a
@ -172,7 +172,7 @@ TMView::TMView(BRect bounds, const char* name, uint32 resizeFlags,
|
||||
BRect restartRect = rect;
|
||||
restartRect.left = rect.right + 20;
|
||||
restartRect.right = restartRect.left + font.StringWidth("Restart the Desktop") + 20;
|
||||
BButton *fRestartButton = new BButton(restartRect, "restart", "Restart the Desktop",
|
||||
fRestartButton = new BButton(restartRect, "restart", "Restart the Desktop",
|
||||
new BMessage(TM_RESTART_DESKTOP), B_FOLLOW_LEFT | B_FOLLOW_BOTTOM);
|
||||
AddChild(fRestartButton);
|
||||
fRestartButton->Hide();
|
||||
|
Loading…
Reference in New Issue
Block a user