mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Ally UI Fix
This commit is contained in:
@@ -435,7 +435,7 @@ namespace GHelper
|
||||
|
||||
panelAlly.Visible = true;
|
||||
panelKeyboardTitle.Visible = false;
|
||||
panelKeyboard.Padding = new Padding(20, 0, 20, 20);
|
||||
panelKeyboard.Padding = new Padding(panelKeyboard.Padding.Left, 0, panelKeyboard.Padding.Right, panelKeyboard.Padding.Bottom);
|
||||
|
||||
tableAMD.Visible = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user