fix research label position

This commit is contained in:
danidoedel 2015-06-04 17:34:47 +02:00
parent d9807221b8
commit c481905d0a
1 changed files with 3 additions and 3 deletions

View File

@ -666,12 +666,12 @@ static void window_editor_inventions_list_paint()
// Pre-researched items label
x = w->x + w->widgets[WIDX_PRE_RESEARCHED_SCROLL].left;
y = w->y + w->widgets[WIDX_PRE_RESEARCHED_SCROLL].top - 11;
gfx_draw_string_left(dpi, 3197, NULL, 0, x, y);
gfx_draw_string_left(dpi, 3197, NULL, 0, x, y - 1);
// Research order label
x = w->x + w->widgets[WIDX_RESEARCH_ORDER_SCROLL].left;
y = w->y + w->widgets[WIDX_RESEARCH_ORDER_SCROLL].top - 11;
gfx_draw_string_left(dpi, 3198, NULL, 0, x, y);
gfx_draw_string_left(dpi, 3198, NULL, 0, x, y - 1);
// Preview background
widget = &w->widgets[WIDX_PREVIEW];
@ -910,4 +910,4 @@ static void window_editor_inventions_list_drag_paint()
gfx_draw_string_left(dpi, 1193, &stringId, 32, x, y);
}
#pragma endregion
#pragma endregion