Ignore:
Timestamp:
Apr 14, 2021, 8:55:30 AM (3 years ago)
Author:
chronos
Message:
  • Fixed: Reverted accidently changed unitstat form in highdpi branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/LocalPlayer/UnitStat.lfm

    r361 r366  
    11object UnitStatDlg: TUnitStatDlg
    22  Left = 344
    3   Height = 489
     3  Height = 326
    44  Top = 213
    5   Width = 312
     5  Width = 208
    66  BorderStyle = bsNone
    7   ClientHeight = 489
    8   ClientWidth = 312
     7  ClientHeight = 326
     8  ClientWidth = 208
    99  Color = clBtnFace
    10   DesignTimePPI = 144
    1110  Font.Color = clWindowText
    12   Font.Height = -20
     11  Font.Height = -13
    1312  Font.Name = 'MS Sans Serif'
    1413  FormStyle = fsStayOnTop
     
    1716  OnDestroy = FormDestroy
    1817  OnShow = FormShow
    19   LCLVersion = '2.0.12.0'
     18  LCLVersion = '1.6.2.0'
    2019  object SwitchBtn: TButtonB
    21     Left = 18
    22     Height = 38
    23     Top = 44
    24     Width = 38
     20    Left = 12
     21    Height = 25
     22    Top = 29
     23    Width = 25
    2524    Down = False
    2625    Permanent = False
     
    2928  end
    3029  object CloseBtn: TButtonB
    31     Left = 266
    32     Height = 38
    33     Top = 9
    34     Width = 38
     30    Left = 177
     31    Height = 25
     32    Top = 6
     33    Width = 25
    3534    Down = False
    3635    Permanent = False
     
    3938  end
    4039  object ConscriptsBtn: TButtonB
    41     Left = 64
    42     Height = 38
    43     Top = 44
    44     Width = 38
     40    Left = 43
     41    Height = 25
     42    Top = 29
     43    Width = 25
    4544    Down = False
    4645    Permanent = False
     
    4948  end
    5049  object HelpBtn: TButtonC
    51     Left = 267
    52     Height = 18
    53     Top = 218
    54     Width = 18
     50    Left = 178
     51    Height = 12
     52    Top = 145
     53    Width = 12
    5554    Down = False
    5655    Permanent = False
Note: See TracChangeset for help on using the changeset viewer.