tvplanit: uses clocale. Wider granularity combo in fulldemo. No panel captions in wavdlg.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5018 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
56401e83ad
commit
59c717c748
@ -232,7 +232,7 @@ object MainForm: TMainForm
|
||||
Left = 320
|
||||
Height = 23
|
||||
Top = 8
|
||||
Width = 68
|
||||
Width = 120
|
||||
ItemHeight = 15
|
||||
ItemIndex = 5
|
||||
Items.Strings = (
|
||||
|
@ -5,6 +5,9 @@ unit demoMain;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}
|
||||
clocale,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, FileUtil, PrintersDlgs, Forms, Controls, Graphics, Dialogs,
|
||||
ExtCtrls, StdCtrls, ComCtrls, LCLTranslator, Menus, VpBaseDS, VpDayView,
|
||||
VpWeekView, VpTaskList, VpAbout, VpContactGrid, VpMonthView, VpResEditDlg,
|
||||
|
@ -33,7 +33,6 @@ object FrmSoundDialog: TFrmSoundDialog
|
||||
Width = 333
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
Caption = 'Nothing to select from...'
|
||||
ClientHeight = 446
|
||||
ClientWidth = 333
|
||||
TabOrder = 2
|
||||
|
Loading…
Reference in New Issue
Block a user