Changeset 681 for trunk/Settings.lfm


Ignore:
Timestamp:
Jul 26, 2025, 6:31:47 PM (17 hours ago)
Author:
chronos
Message:
  • Added: Separate music enable and volume controls in Settings dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Settings.lfm

    r674 r681  
    1515  FormStyle = fsStayOnTop
    1616  Position = poScreenCenter
    17   LCLVersion = '4.0.0.4'
     17  LCLVersion = '4.2.0.0'
    1818  Scaled = False
    1919  OnClose = FormClose
     
    6363  end
    6464  object ButtonFullscreen: TButtonC
    65     Left = 16
     65    Left = 176
    6666    Height = 18
    67     Top = 368
     67    Top = 366
    6868    Width = 18
    6969    Down = False
     
    161161  object ButtonMusicVolumeDown: TButtonC
    162162    Tag = 6912
    163     Left = 136
    164     Height = 12
    165     Top = 340
     163    Left = 144
     164    Height = 12
     165    Top = 372
    166166    Width = 12
    167167    Down = False
     
    172172  object ButtonMusicVolumeUp: TButtonC
    173173    Tag = 6912
    174     Left = 136
    175     Height = 12
    176     Top = 328
     174    Left = 144
     175    Height = 12
     176    Top = 360
    177177    Width = 12
    178178    Down = False
     
    180180    OnClick = ButtonMusicVolumeUpClick
    181181    ButtonIndex = 1
     182  end
     183  object ButtonMusic: TButtonC
     184    Left = 16
     185    Height = 18
     186    Top = 334
     187    Width = 18
     188    Down = False
     189    Permanent = False
     190    OnClick = ButtonMusicClick
     191    ButtonIndex = 0
    182192  end
    183193  object EditShortCutPrimary: TEdit
Note: See TracChangeset for help on using the changeset viewer.