Ajustement de la taille de la toolbar

This commit is contained in:
Mattéo Delabre 2016-04-20 00:29:37 +02:00
parent 7f5f355ac1
commit ff24f202ce
1 changed files with 1 additions and 1 deletions

View File

@ -126,5 +126,5 @@ sfg::Window::Ptr Toolbar::getWindow() {
}
float Toolbar::getWidth() {
return scrolled_zone->GetRequisition().x;
return toolbar_window->GetRequisition().x;
}