diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-19 23:00:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-19 23:00:09 +0200 |
commit | c5527bb9155086da8b5a7cea7d9450f265fb6f6a (patch) | |
tree | 87a63078c76d5658a86896e4d78d436d99fb18ae /plugingui/combobox.h | |
parent | bc4f25337e048db7d7ec86cfb116cc3768473ff5 (diff) |
GUI position/size tweaks and some pixmap changes.
Diffstat (limited to 'plugingui/combobox.h')
-rw-r--r-- | plugingui/combobox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/combobox.h b/plugingui/combobox.h index f02d07a..bc4ae38 100644 --- a/plugingui/combobox.h +++ b/plugingui/combobox.h @@ -32,7 +32,7 @@ #include "widget.h" #include "font.h" -#include "listboxbasic.h" +#include "listboxthin.h" #include "painter.h" namespace GUI { @@ -62,7 +62,7 @@ private: Painter::Box box; GUI::Font font; - GUI::ListBoxBasic *listbox; + GUI::ListBoxThin *listbox; void (*handler)(void *); void *ptr; |