Code: Alles auswählen
--- hintboxext.cpp 2004-10-23 20:01:35.000000000 +0200
+++ hintboxext.cpp 2004-10-29 16:52:05.111804240 +0200
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-
+#include <driver/screen_max.h> //w_max,h_max
#include <gui/widget/hintboxext.h>
#include <global.h>
@@ -171,7 +171,7 @@
// printf("pages: %d, startEntryVec: %d\n",page+1,m_startEntryOfPage.size()-1);
// printf("maxEntries: %d\n", m_maxEntriesPerPage);
- m_width = maxWidth;
+ m_width = w_max(maxWidth,borderwidth);
m_currentPage = 0;
m_pages = page + 1;
unsigned int additional_width;