Fixed filmstrip autoheight; see issue #700
This commit is contained in:
@@ -542,7 +542,7 @@ void FileCatalog::refreshAll () {
|
||||
}
|
||||
|
||||
void FileCatalog::refreshHeight () {
|
||||
int newHeight=fileBrowser->getEffectiveHeight();
|
||||
int newHeight=fileBrowser->getEffectiveHeight() + buttonBar->get_height();
|
||||
set_size_request(0, newHeight);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user