Hide image margins

This commit is contained in:
Jaex 2021-08-11 06:32:25 +03:00
parent 21623336ef
commit 8173f7e5e7

View file

@ -59,6 +59,8 @@ public HistoryItemManager(Action<string> uploadFile, Action<string> editImage, b
InitializeComponent();
tsmiOpen.HideImageMargin();
tsmiCopy.HideImageMargin();
tsmiShowMoreInfo.Visible = !hideShowMoreInfoButton;
}