updated font rendering and gui behaviour
+ texture desc fillout on loading
This commit is contained in:
@@ -171,7 +171,7 @@ void MainComponent::Compose()
|
||||
{
|
||||
ss << "CPU: " << wiCpuInfo::GetCpuPercentage() << "%" << endl;
|
||||
}
|
||||
wiFont(ss.str(), wiFontProps(0, 0, infoDisplay.size, WIFALIGN_LEFT, WIFALIGN_TOP, infoDisplay.size)).Draw();
|
||||
wiFont(ss.str(), wiFontProps(0, 0, infoDisplay.size, WIFALIGN_LEFT, WIFALIGN_TOP, -2)).Draw();
|
||||
}
|
||||
|
||||
// Draw the color grading palette
|
||||
|
||||
Reference in New Issue
Block a user