diff --git a/MyDelphi.dproj b/MyDelphi.dproj index b7f71599c44bb51e85481156400d167b48449276..4769c8de5a099899769d708c923d9e1438ff75a6 100644 --- a/MyDelphi.dproj +++ b/MyDelphi.dproj @@ -346,23 +346,23 @@ true - + - ic_notification.png true - + true - + + ic_notification.png true - + true diff --git a/Unit1.LgXhdpiPh.fmx b/Unit1.LgXhdpiPh.fmx index d2871de40942d9f19dda9981def6d391d28dc995..bff3b38edce3a489e28f6795cbcb13a86b08c389 100644 --- a/Unit1.LgXhdpiPh.fmx +++ b/Unit1.LgXhdpiPh.fmx @@ -2,7 +2,6 @@ inherited Form1_LgXhdpiPh: TForm1_LgXhdpiPh ClientHeight = 720 ClientWidth = 450 FormFactor.Height = 720 - FullScreen = True OnShow = Formshow DesignerMasterStyle = 3 inherited Image1: TImage diff --git a/Unit1.pas b/Unit1.pas index d92ae218aa6edf3538ff9ce561238f0303fe784a..7ea9237e6c415d1f66532881f379bc6d9e350d57 100644 --- a/Unit1.pas +++ b/Unit1.pas @@ -329,7 +329,7 @@ begin with Button_A do begin Parent := Self; - position.x := 136; + position.x := 135; position.y := halfscreen+30; Text := '|¡û'; Width := 32; @@ -342,7 +342,7 @@ begin with Button_B do begin Parent := Self; - position.x := 192; + position.x := 193; position.y := halfscreen+30; Text := '¡ú|'; Width := 32;