From 728abec962f993309acf3ebb1317b5f3773f18c7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 8 Feb 2017 22:22:00 +0100 Subject: UI resize refactoring part 1. --- plugingui/listbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/listbox.cc') 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), -- cgit v1.2.3