Skip to content

Commit

Permalink
Xolonium-Regular is too wide to render option menu
Browse files Browse the repository at this point in the history
Thus since must be decreased. Can be read easily nevertheless on every resolution >= 800x600.
  • Loading branch information
ooxi committed Jan 5, 2016
1 parent bfc0dc4 commit 741c6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/graphic/VideoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void VideoManager::setMode(VideoMode mode, Camera* cam) {
boost::filesystem::path fontPath = m_fileUtility->getFullPath(
FileUtility::common, "fonts/xolonium/Xolonium-Regular.ttf");

RegularText = new TextManager(fontPath, 46 * WK);
RegularText = new TextManager(fontPath, 35 * WK);
SmallText = new TextManager(fontPath, 30 * WK);
}

Expand Down

0 comments on commit 741c6d0

Please sign in to comment.