Procházet zdrojové kódy

UPD: Interface alignment

Alexander Koblov před 15 roky
rodič
revize
4b2c0759ab
2 změnil soubory, kde provedl 26 přidání a 4 odebrání
  1. 4 4
      src/fmaskinputdlg.lfm
  2. 22 0
      src/fmaskinputdlg.pas

+ 4 - 4
src/fmaskinputdlg.lfm

@@ -68,10 +68,10 @@ object frmMaskInputDlg: TfrmMaskInputDlg
     AnchorSideTop.Control = lbxSearchTemplate
     AnchorSideTop.Side = asrBottom
     AnchorSideRight.Control = btnCancel
-    Left = 163
+    Left = 143
     Height = 32
     Top = 192
-    Width = 80
+    Width = 90
     Anchors = [akTop, akRight]
     BorderSpacing.Top = 6
     BorderSpacing.Right = 6
@@ -86,10 +86,10 @@ object frmMaskInputDlg: TfrmMaskInputDlg
     AnchorSideTop.Side = asrBottom
     AnchorSideRight.Control = Owner
     AnchorSideRight.Side = asrBottom
-    Left = 249
+    Left = 239
     Height = 32
     Top = 192
-    Width = 80
+    Width = 90
     Anchors = [akTop, akRight]
     BorderSpacing.Top = 6
     BorderSpacing.Right = 10

+ 22 - 0
src/fmaskinputdlg.pas

@@ -1,3 +1,25 @@
+{
+   Double Commander
+   -------------------------------------------------------------------------
+   File mask input dialog
+
+   Copyright (C) 2010 Koblov Alexander ([email protected])
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+}
+
 unit fMaskInputDlg;
 
 {$mode objfpc}{$H+}