diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-08 22:22:00 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-08 22:22:00 +0100 |
commit | 728abec962f993309acf3ebb1317b5f3773f18c7 (patch) | |
tree | ab4e22fd914681fa42babfcba184a932956c9667 /plugingui/listbox.cc | |
parent | f762a1fbf4ccf565953855695ddd0bf60b34bf8e (diff) |
UI resize refactoring part 1.
Diffstat (limited to 'plugingui/listbox.cc')
-rw-r--r-- | plugingui/listbox.cc | 2 |
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), |