fix stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@678 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
fef5fceea9
commit
7446ae3dee
2 changed files with 6 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ static void frame_draw(MwWidget handle) {
|
|||
MwLLDrawPixmap(handle->lowlevel, &r2, lb->list[i].pixmap);
|
||||
}
|
||||
p.y += MwTextHeight(handle, "M") / 2;
|
||||
p.x = MwGetInteger(handle->parent, MwNleftPadding);
|
||||
p.x = MwGetInteger(handle->parent, MwNleftPadding) + MwDefaultBorderWidth(handle);
|
||||
for(j = 0; j < arrlen(lb->list[i].name); j++) {
|
||||
char* t = lb->list[i].name[j];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue