Skip to content

Commit

Permalink
Fix borders of new brush, pen, and gradient dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerhelland committed Aug 20, 2015
1 parent dd17713 commit 66225ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions Forms/VBP_DialogBrushSettings.frm
Expand Up @@ -2,10 +2,11 @@ VERSION 5.00
Begin VB.Form dialog_FillSettings
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Fill settings"
ClientHeight = 7905
ClientLeft = 120
ClientTop = 450
ClientLeft = 45
ClientTop = 375
ClientWidth = 12270
BeginProperty Font
Name = "Tahoma"
Expand All @@ -17,9 +18,12 @@ Begin VB.Form dialog_FillSettings
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 527
ScaleMode = 3 'Pixel
ScaleWidth = 818
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.PictureBox picBrushPreview
Appearance = 0 'Flat
Expand Down
8 changes: 6 additions & 2 deletions Forms/VBP_DialogGradientEditor.frm
Expand Up @@ -2,10 +2,11 @@ VERSION 5.00
Begin VB.Form dialog_GradientEditor
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Gradient editor"
ClientHeight = 9540
ClientLeft = 120
ClientTop = 450
ClientLeft = 45
ClientTop = 375
ClientWidth = 12660
BeginProperty Font
Name = "Tahoma"
Expand All @@ -17,9 +18,12 @@ Begin VB.Form dialog_GradientEditor
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 636
ScaleMode = 3 'Pixel
ScaleWidth = 844
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.PictureBox picContainer
Appearance = 0 'Flat
Expand Down
8 changes: 6 additions & 2 deletions Forms/VBP_DialogPenSettings.frm
Expand Up @@ -2,10 +2,11 @@ VERSION 5.00
Begin VB.Form dialog_OutlineSettings
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Outline settings"
ClientHeight = 8205
ClientLeft = 120
ClientTop = 450
ClientLeft = 45
ClientTop = 375
ClientWidth = 12660
BeginProperty Font
Name = "Tahoma"
Expand All @@ -17,9 +18,12 @@ Begin VB.Form dialog_OutlineSettings
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 547
ScaleMode = 3 'Pixel
ScaleWidth = 844
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin PhotoDemon.pdComboBox cboCorner
Height = 390
Expand Down

0 comments on commit 66225ac

Please sign in to comment.