Răsfoiți Sursa

UI: minor alignment fixes.

Ugochukwu Mmaduekwe 7 ani în urmă
părinte
comite
3efba2a27f

+ 2 - 0
src/gui/wizards/operations/UWIZChangeKey_Confirmation.lfm

@@ -50,6 +50,7 @@ object WIZChangeKey_Confirmation: TWIZChangeKey_Confirmation
       Height = 15
       Top = 172
       Width = 42
+      Anchors = [akLeft, akBottom]
       Caption = 'Payload'
       Font.Style = [fsBold]
       ParentColor = False
@@ -60,6 +61,7 @@ object WIZChangeKey_Confirmation: TWIZChangeKey_Confirmation
       Height = 82
       Top = 192
       Width = 480
+      Anchors = [akLeft, akRight, akBottom]
       Enabled = False
       ScrollBars = ssBoth
       TabOrder = 1

+ 4 - 0
src/gui/wizards/operations/UWIZSendPASC_Confirmation.lfm

@@ -64,6 +64,7 @@ object WIZSendPASC_Confirmation: TWIZSendPASC_Confirmation
       Height = 82
       Top = 192
       Width = 464
+      Anchors = [akLeft, akRight, akBottom]
       Enabled = False
       ScrollBars = ssBoth
       TabOrder = 1
@@ -73,8 +74,11 @@ object WIZSendPASC_Confirmation: TWIZSendPASC_Confirmation
       Height = 15
       Top = 172
       Width = 42
+      Anchors = [akLeft, akBottom]
       Caption = 'Payload'
+      Font.Style = [fsBold]
       ParentColor = False
+      ParentFont = False
     end
   end
 end