(svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr)

This commit is contained in:
frosch
2013-08-18 19:30:25 +00:00
parent fe4aa47bfb
commit f89375aa44
4 changed files with 4 additions and 4 deletions

View File

@@ -463,7 +463,7 @@ public:
case WID_STL_FACILALL: {
int cg_ofst = this->IsWidgetLowered(widget) ? 2 : 1;
DrawString(r.left + cg_ofst, r.right + cg_ofst, r.top + cg_ofst, STR_ABBREV_ALL, TC_BLACK);
DrawString(r.left + cg_ofst, r.right + cg_ofst, r.top + cg_ofst, STR_ABBREV_ALL, TC_BLACK, SA_HOR_CENTER);
break;
}