Zooflow: Fix messageboxes without title
This commit is contained in:
4
GUIs.Common/NNMsgBoxEx.Designer.vb
generated
4
GUIs.Common/NNMsgBoxEx.Designer.vb
generated
@@ -102,7 +102,7 @@ Partial Class NNMsgBoxEx
|
||||
Me.PanelControl1.Size = New System.Drawing.Size(485, 47)
|
||||
Me.PanelControl1.TabIndex = 23
|
||||
'
|
||||
'MsgBoxEx
|
||||
'NNMsgBoxEx
|
||||
'
|
||||
Me.Appearance.BackColor = System.Drawing.SystemColors.ControlLightLight
|
||||
Me.Appearance.Options.UseBackColor = True
|
||||
@@ -115,7 +115,7 @@ Partial Class NNMsgBoxEx
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "MsgBoxEx"
|
||||
Me.Name = "NNMsgBoxEx"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "[Title]"
|
||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
Reference in New Issue
Block a user