summaryrefslogtreecommitdiff
path: root/plugingui/listbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/listbox.cc')
-rw-r--r--plugingui/listbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/listbox.cc b/plugingui/listbox.cc
index ba61424..15e4620 100644
--- a/plugingui/listbox.cc
+++ b/plugingui/listbox.cc
@@ -97,7 +97,7 @@ void ListBox::repaintEvent(RepaintEvent* repaintEvent)
p.drawImage(0, 0, box);
}
-void ListBox::resize(int width, int height)
+void ListBox::resize(std::size_t width, std::size_t height)
{
Widget::resize(width, height);
basic.resize(width - (7 + 7),