mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
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:
@@ -78,10 +78,10 @@ void draw_choice_viewer(RotatedDC& dc, DataViewer& viewer, ChoiceStyle& style, c
|
|||||||
// use combine mode
|
// use combine mode
|
||||||
dc.DrawPreRotatedImage(image,rect,combine);
|
dc.DrawPreRotatedImage(image,rect,combine);
|
||||||
}
|
}
|
||||||
margin = size.width + 1;
|
margin = size.width + 2;
|
||||||
} else if (viewer.nativeLook()) {
|
} else if (viewer.nativeLook()) {
|
||||||
// always have the margin
|
// always have the margin
|
||||||
margin = 17;
|
margin = 18;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (style.render_style & RENDER_TEXT) {
|
if (style.render_style & RENDER_TEXT) {
|
||||||
|
|||||||
Reference in New Issue
Block a user