adjusted about box for kde widgeset

This commit is contained in:
Basile Burg 2015-08-27 00:54:59 +02:00
parent f8c12cf58c
commit 8d494845e5
2 changed files with 24 additions and 24 deletions

View File

@ -1,38 +1,38 @@
inherited CEInfoWidget: TCEInfoWidget inherited CEInfoWidget: TCEInfoWidget
Left = 713 Left = 713
Height = 282 Height = 306
Top = 245 Top = 245
Width = 337 Width = 378
BorderIcons = [biSystemMenu, biMinimize, biMaximize] BorderIcons = [biSystemMenu, biMinimize, biMaximize]
Caption = 'About' Caption = 'About'
ClientHeight = 282 ClientHeight = 306
ClientWidth = 337 ClientWidth = 378
inherited Back: TPanel inherited Back: TPanel
Height = 282 Height = 306
Width = 337 Width = 378
ClientHeight = 282 ClientHeight = 306
ClientWidth = 337 ClientWidth = 378
inherited Content: TPanel inherited Content: TPanel
Height = 282 Height = 306
Width = 337 Width = 378
ClientHeight = 282 ClientHeight = 306
ClientWidth = 337 ClientWidth = 378
object GroupBox1: TGroupBox[0] object GroupBox1: TGroupBox[0]
Left = 4 Left = 4
Height = 105 Height = 105
Top = 4 Top = 4
Width = 329 Width = 370
Align = alTop Align = alTop
BorderSpacing.Around = 4 BorderSpacing.Around = 4
Caption = 'about' Caption = 'about'
ClientHeight = 87 ClientHeight = 75
ClientWidth = 327 ClientWidth = 366
TabOrder = 0 TabOrder = 0
object Label1: TLabel object Label1: TLabel
Left = 0 Left = 0
Height = 87 Height = 75
Top = 0 Top = 0
Width = 327 Width = 366
Align = alClient Align = alClient
Alignment = taCenter Alignment = taCenter
AutoSize = False AutoSize = False
@ -46,20 +46,20 @@ inherited CEInfoWidget: TCEInfoWidget
end end
object GroupBox2: TGroupBox[1] object GroupBox2: TGroupBox[1]
Left = 4 Left = 4
Height = 165 Height = 189
Top = 113 Top = 113
Width = 329 Width = 370
Align = alClient Align = alClient
BorderSpacing.Around = 4 BorderSpacing.Around = 4
Caption = 'tools status' Caption = 'tools status'
ClientHeight = 147 ClientHeight = 159
ClientWidth = 327 ClientWidth = 366
TabOrder = 1 TabOrder = 1
object boxTools: TScrollBox object boxTools: TScrollBox
Left = 4 Left = 4
Height = 139 Height = 151
Top = 4 Top = 4
Width = 319 Width = 358
HorzScrollBar.Page = 1 HorzScrollBar.Page = 1
VertScrollBar.Page = 1 VertScrollBar.Page = 1
Align = alClient Align = alClient

View File

@ -56,7 +56,7 @@ begin
fLabel.AutoSize:=false; fLabel.AutoSize:=false;
fLabel.Parent := self; fLabel.Parent := self;
fLabel.Align:= alLeft; fLabel.Align:= alLeft;
fLabel.Width:= 60; fLabel.Width:= 70;
fLabel.BorderSpacing.Around := 2; fLabel.BorderSpacing.Around := 2;
// //
fIco := TSpeedButton.Create(self); fIco := TSpeedButton.Create(self);