Width of command palette slightly increased
This commit is contained in:
@@ -1333,7 +1333,7 @@ namespace mpvnet
|
||||
if (CommandPaletteHost == null)
|
||||
return;
|
||||
|
||||
CommandPaletteHost.Width = FontHeight * 25;
|
||||
CommandPaletteHost.Width = FontHeight * 27;
|
||||
|
||||
if (CommandPaletteHost.Width > ClientSize.Width)
|
||||
CommandPaletteHost.Width = ClientSize.Width;
|
||||
|
||||
Reference in New Issue
Block a user