If it is not adjusted in the next build here is a diy alternative
real band is written in delphi so you can easily edit the appearance
by editing the realband.exe rcdata with a free resource editor
http://www.angusj.com/resourcehacker/---------------------------------------
make a backup copy of realband.exe
now open realband.exe in the resource editor
now go down and click on RCData now click the arrow to open the folder
go down the the the TTABBEDPREFERENCESDLG
now change the values to the new ones
go up to Action and click Compile
got to File Save As RealBand 720.exe
if it is the correct size for you when you run RealBand 720.exe then just rename it RealBand.exe
--------------------------------------
here is the info that makes the window
the bold is the new value to change to
make the window a bit smaller
640move the OK Cancel Help buttons up a bit
615make the page size a bit smaller
610--------------------------------------
object TabbedPreferencesDlg: TTabbedPreferencesDlg
Left = 240
Top = 66
BorderStyle = bsDialog
Caption = 'Preferences'
ClientHeight = 692
640 ClientWidth = 699
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
Scaled = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKButton: TButton
Tag = 1
Left = 213
Top = 664
615 Width = 61
Height = 21
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelButton: TButton
Tag = 2
Left = 289
Top = 664
615 Width = 61
Height = 21
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = CancelButtonClick
end
object HelpButton: TButton
Tag = 3
Left = 366
Top = 664
615 Width = 61
Height = 21
Caption = 'Help'
TabOrder = 2
OnClick = HelpButtonClick
end
object PageControl1: TPageControl
Left = 8
Top = 3
Width = 689
Height = 646
610 ActivePage = GeneralTabSheet
OwnerDraw = True
TabOrder = 3
.............