Added resize to fit shortcuts. Partially fixes #7467.

* Adjusted initial tracker windows width to fit modified column.
* Resolved a TODO: Added get info shortcut to Open with window.

 Author:    Sergei Reznikov <[email protected]>

Signed-off-by: Alexandre Deckner <[email protected]>
This commit is contained in:
Reznikov Sergei
2012-05-28 16:29:43 +02:00
committed by Alexandre Deckner
parent c2d1fc4ffa
commit 72b7db341b
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ const int32 kContainerWindowHeightLimit = 85;
const int32 kWindowStaggerBy = 17;
BRect BContainerWindow::sNewWindRect(85, 50, 415, 280);
BRect BContainerWindow::sNewWindRect(85, 50, 548, 280);
namespace BPrivate {