Browse Source

adjust curves toolbar position

Johann ELSASS 5 years ago
parent
commit
644ae68266
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lazpaint/dialog/color/uadjustcurves.lfm

+ 2 - 1
lazpaint/dialog/color/uadjustcurves.lfm

@@ -33,6 +33,7 @@ object FAdjustCurves: TFAdjustCurves
       'Alpha'
     )
     Align = alClient
+    Anchors = [akLeft, akTop, akRight, akBottom]
     TabOrder = 0
     object vsChart: TBGRAVirtualScreen
       Left = 2
@@ -64,7 +65,7 @@ object FAdjustCurves: TFAdjustCurves
         Top = 0
         Width = 90
         Align = alNone
-        Anchors = [akTop, akRight]
+        Anchors = [akTop, akLeft]
         EdgeBorders = []
         Images = FMain.ImageList16
         ParentShowHint = False