зеркало из https://github.com/mozilla/pjs.git
Fix bug 243840: don't resize columsn in the bookmarks/history when expanding items.
This commit is contained in:
Родитель
577d624a82
Коммит
ed99e18861
|
@ -242,12 +242,15 @@ static const int kDisabledQuicksearchPopupItemTag = 9999;
|
|||
}
|
||||
|
||||
- (void)completeSetup
|
||||
{
|
||||
{
|
||||
// set up the table appearance for item and search views
|
||||
[self setupAppearanceOfTableView:mContainersTableView];
|
||||
[self setupAppearanceOfTableView:mBookmarksOutlineView];
|
||||
[self setupAppearanceOfTableView:mHistoryOutlineView];
|
||||
|
||||
[mBookmarksOutlineView setAutoresizesOutlineColumn:NO];
|
||||
[mHistoryOutlineView setAutoresizesOutlineColumn:NO];
|
||||
|
||||
// set up history outliner
|
||||
mHistoryDataSource = [[HistoryDataSource alloc] init];
|
||||
[mHistoryOutlineView setDataSource:mHistoryDataSource];
|
||||
|
|
Загрузка…
Ссылка в новой задаче