Permalink
Browse files
Fix unwanted wrapping in help label on find dialog
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+3
−2
source/searchreplace.dfm
|
@@ -34,9 +34,10 @@ object frmSearchReplace: TfrmSearchReplace |
|
|
object lblReplaceHint: TLabel |
|
|
Left = 90 |
|
|
Top = 87 |
|
|
Width = 288 |
|
|
Height = 26 |
|
|
Width = 336 |
|
|
Height = 13 |
|
|
Anchors = [akLeft, akTop, akRight] |
|
|
AutoSize = False |
|
|
Caption = 'Replacement can have \n for new lines and \t for tabs' |
|
|
Enabled = False |
|
|
WordWrap = True |
|
|
0 comments on commit
35a27c0