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:
committed by
Alexandre Deckner
parent
c2d1fc4ffa
commit
72b7db341b
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user