View Single Post
  #894  
Old 10-09-2017, 17:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You can't.

For a workaround, set
FirstVolumeSize=65536
CustomVolumeSize=65536
From ResHacker

Code:
            object NumberBox1: TNumberBox
              Touch.InteractiveGestures = [LongTap, DoubleTap]
              Align = Left
              TabOrder = 3
              Cursor = crIBeam
              Min = 1.000000000000000000
              Max = 65536.000000000000000000
              Value = 1024.000000000000000000
              TextSettings.HorzAlign = Center
              Position.X = 316.000000000000000000
              Size.Width = 60.000000000000000000
              Size.Height = 22.000000000000000000
              Size.PlatformDefault = False
              OnChange = NumberBox1Change
            end
            object Label5: TLabel
              Align = Left
              Margins.Left = 8.000000000000000000
              Position.X = 8.000000000000000000
              Size.Width = 120.000000000000000000
              Size.Height = 22.000000000000000000
              Size.PlatformDefault = False
              Text = 'First volume size'
            end
            object NumberBox3: TNumberBox
              Touch.InteractiveGestures = [LongTap, DoubleTap]
              Align = Left
              TabOrder = 1
              Cursor = crIBeam
              Min = 1.000000000000000000
              Max = 65536.000000000000000000
              Value = 1024.000000000000000000
              TextSettings.HorzAlign = Center
              Position.X = 128.000000000000000000
              Size.Width = 60.000000000000000000
              Size.Height = 22.000000000000000000
              Size.PlatformDefault = False
            end
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
KaktoR (11-09-2017), oltjon (11-09-2017), pakrat2k2 (11-09-2017), Simorq (11-09-2017)