Commit a37b40af authored by twanvl's avatar twanvl

Some more margin

parent 2f3c40a3
...@@ -78,10 +78,10 @@ void draw_choice_viewer(RotatedDC& dc, DataViewer& viewer, ChoiceStyle& style, c ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment