mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
This commit is contained in:
@@ -1585,6 +1585,14 @@ namespace GHelper
|
||||
menuOptimized.Checked = buttonOptimized.Activated;
|
||||
}
|
||||
|
||||
// UI Fix for small screeens
|
||||
if (Top < 0)
|
||||
{
|
||||
labelTipGPU.Visible = false;
|
||||
labelTipScreen.Visible = false;
|
||||
Top = 5;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user