Skip to content

Commit

Permalink
Fix issue MR-401 - Checkbox misaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcardle committed Mar 17, 2013
1 parent b23fb58 commit 54825b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.TXT
Expand Up @@ -6,6 +6,7 @@
Fixed issue MR-377 - Several redundant panels can be opened
Fixed issue MR-379 - Connection variables not working with external tools
Fixed issue MR-381 - Notifications panel - whitespace context menu allows Copy and Delete on nothing
Fixed issue MR-401 - Checkbox misaligned
The username and domain settings are now hidden for VNC connections since they are not supported.
Changed "Automatically get session information" to be disabled by default.
RDP connections can now be switched to full screen mode when redirect key combinations is enabled.
Expand Down
2 changes: 1 addition & 1 deletion mRemoteV1/Forms/frmOptions.vb
Expand Up @@ -456,7 +456,7 @@ Public Class frmOptions
'chkEncryptCompleteFile
'
Me.chkEncryptCompleteFile.AutoSize = True
Me.chkEncryptCompleteFile.Location = New System.Drawing.Point(2, 26)
Me.chkEncryptCompleteFile.Location = New System.Drawing.Point(3, 26)
Me.chkEncryptCompleteFile.Name = "chkEncryptCompleteFile"
Me.chkEncryptCompleteFile.Size = New System.Drawing.Size(180, 17)
Me.chkEncryptCompleteFile.TabIndex = 1
Expand Down

0 comments on commit 54825b3

Please sign in to comment.