From 5c1bb564f2d41bcbba02afbf3085534f6d45bd25 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Tue, 25 Dec 2018 17:49:54 +0100 Subject: [PATCH] Group boxes in notification settings form were default winforms instead of NGGroupBoxes (themes didn't apply) --- .../UI/Forms/OptionsPages/NotificationsPage.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.Designer.cs index b74db4df7..d21e15a4f 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.Designer.cs @@ -34,13 +34,13 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.chkSwitchToMCInformation = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkSwitchToMCErrors = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkSwitchToMCWarnings = new mRemoteNG.UI.Controls.Base.NGCheckBox(); - this.groupBoxNotifications = new System.Windows.Forms.GroupBox(); + this.groupBoxNotifications = new mRemoteNG.UI.Controls.Base.NGGroupBox(); this.labelNotificationsShowTypes = new mRemoteNG.UI.Controls.Base.NGLabel(); this.chkShowErrorInMC = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkShowWarningInMC = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkShowInfoInMC = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkShowDebugInMC = new mRemoteNG.UI.Controls.Base.NGCheckBox(); - this.groupBoxLogging = new System.Windows.Forms.GroupBox(); + this.groupBoxLogging = new mRemoteNG.UI.Controls.Base.NGGroupBox(); this.tblLogging = new System.Windows.Forms.TableLayoutPanel(); this.chkLogDebugMsgs = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkLogInfoMsgs = new mRemoteNG.UI.Controls.Base.NGCheckBox(); @@ -54,7 +54,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.labelLogFilePath = new mRemoteNG.UI.Controls.Base.NGLabel(); this.textBoxLogPath = new mRemoteNG.UI.Controls.Base.NGTextBox(); this.saveFileDialogLogging = new System.Windows.Forms.SaveFileDialog(); - this.groupBoxPopups = new System.Windows.Forms.GroupBox(); + this.groupBoxPopups = new mRemoteNG.UI.Controls.Base.NGGroupBox(); this.tblPopups = new System.Windows.Forms.TableLayoutPanel(); this.chkPopupDebug = new mRemoteNG.UI.Controls.Base.NGCheckBox(); this.chkPopupError = new mRemoteNG.UI.Controls.Base.NGCheckBox();