OSDN Git Service

Welcome dialog text cut off (#6633)
authorReef Turner <feerrenrut@users.noreply.github.com>
Tue, 13 Dec 2016 01:56:40 +0000 (09:56 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2016 01:56:40 +0000 (09:56 +0800)
commit89f666a07a81186aa3ceaa537a20b098c7939a68
tree07549d43cca2e7f6498a7f6c7c8f7d628967e9ac
parent7b84daee4d1878e530b9e985fbd9a046572398f0
Welcome dialog text cut off (#6633)

Fixed an issue that caused some text in the Welcome dialog to be cut off
when the system language was set to Bulgarian.

A different font was being used (due to `wx.DECORATIVE`) when the system
locale was set to Bulgarian. This is now `wx.NORMAL` which looks fine in
both English and Bulgarian. The labels are added with `wx.EXPAND` so that
they fill their container in case there are some other languages where
this is an issue.

Fix for #6599
source/gui/__init__.py