View Single Post
  #11  
Old 21-01-2019, 01:29
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
I will see to change the text color for dark themes.

----

Lokalizacja docelowa:
Search for
Code:
with WizardForm.SelectDirLabel do begin
    Caption  := AppNameOverride(msgSelectDirLabel3);
    Left     := FolderImage.Left + 42;
    Top      := ScaleY(0);
    Width    := ScaleX(488);
    Height   := ScaleY(45);
    WordWrap := True;
  end;
and change height to 42 (should be enough)

Will be changed in next version
__________________
Haters gonna hate
Reply With Quote