[GB.FORM]

* BUG: Add default icons for the "calendar" stock icon.

git-svn-id: svn://localhost/gambas/trunk@1361 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2008-05-07 18:37:17 +00:00
parent 5887bc9d61
commit b312381a45
5 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
MoveScaled(37,0,2,4)
}
{ btnParent ToolButton
MoveScaled(38,0,4,4)
MoveScaled(37,0,4,4)
ToolTip = ("Parent directory")
Text = ("")
Picture = Picture["icon:/small/up"]
@ -88,14 +88,14 @@
}
}
{ splChoose HSplit
MoveScaled(2,7,54,37)
MoveScaled(2,7,56,37)
Expand = True
{ dvwChoose DirView
MoveScaled(2,3,25,33)
Picture = Picture["icon:/small/home"]
}
{ fvwChoose FileView
MoveScaled(28,3,25,33)
MoveScaled(29,3,25,33)
Visible = False
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB