summaryrefslogtreecommitdiff
path: root/src/gui/gui_popupcalendar.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-11-06 14:04:06 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-11-06 14:04:06 +0000
commitab910baffbf9585f5376f6a40f70490a5c765257 (patch)
tree71c129221b6ac8ef1cc322f97fd68da972ffa81e /src/gui/gui_popupcalendar.pas
parenteb820c5ad4574d7394652ed724f89aa5b7ae4e3d (diff)
downloadfpGUI-ab910baffbf9585f5376f6a40f70490a5c765257.tar.xz
* SetLineStyle and LineWidth are now fully supported under X11 and GDI.
Drawing results are identical.
Diffstat (limited to 'src/gui/gui_popupcalendar.pas')
-rw-r--r--src/gui/gui_popupcalendar.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui_popupcalendar.pas b/src/gui/gui_popupcalendar.pas
index 462feace..89e2a9b2 100644
--- a/src/gui/gui_popupcalendar.pas
+++ b/src/gui/gui_popupcalendar.pas
@@ -246,7 +246,7 @@ procedure TfpgPopupCalendar.AfterCreate;
begin
{@VFD_BODY_BEGIN: fpgPopupCalendar}
Name := 'fpgPopupCalendar';
- SetPosition(100, 268, 233, 138);
+ SetPosition(285, 249, 233, 142);
// WindowTitle := 'fpgPopupCalendar';
// WindowPosition := wpUser;
// Sizeable := False;
@@ -329,7 +329,7 @@ begin
with grdName1 do
begin
Name := 'grdName1';
- SetPosition(0, 23, 233, 114);
+ SetPosition(0, 23, 233, 119);
AddColumn('Mon', 33, taLeftJustify);
AddColumn('Tue', 32, taLeftJustify);
AddColumn('Wed', 33, taLeftJustify);