- dboxinfo: fix space between sections

This commit is contained in:
svenhoefer
2013-12-27 21:30:42 +01:00
parent a7f68a519f
commit eec30dfb1a

View File

@@ -309,7 +309,7 @@ void CDBoxInfoWidget::paint()
COL_MENUHEAD_TEXT, 0, true); // UTF-8 COL_MENUHEAD_TEXT, 0, true); // UTF-8
frameBuffer->paintIcon(iconfile, x + fw/4, y, hheight); frameBuffer->paintIcon(iconfile, x + fw/4, y, hheight);
ypos+= hheight + (mheight >>1); ypos+= hheight + (mheight/2);
FILE* fd = fopen("/proc/cpuinfo", "rt"); FILE* fd = fopen("/proc/cpuinfo", "rt");
if (fd==NULL) { if (fd==NULL) {
printf("error while opening proc-cpuinfo\n" ); printf("error while opening proc-cpuinfo\n" );
@@ -461,7 +461,7 @@ void CDBoxInfoWidget::paint()
} }
ypos+= mheight; ypos+= mheight;
} }
ypos+= mheight; ypos+= mheight/2;
// paint mount head // paint mount head
for (int j = 0; j < headSize; j++) { for (int j = 0; j < headSize; j++) {