Some more margin

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@864 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-18 20:14:47 +00:00
parent e99dd02443
commit c3a7a350bb
+2 -2
View File
@@ -78,10 +78,10 @@ void draw_choice_viewer(RotatedDC& dc, DataViewer& viewer, ChoiceStyle& style, c
// use combine mode
dc.DrawPreRotatedImage(image,rect,combine);
}
margin = size.width + 1;
margin = size.width + 2;
} else if (viewer.nativeLook()) {
// always have the margin
margin = 17;
margin = 18;
}
}
if (style.render_style & RENDER_TEXT) {