FHelpBrowser.form (gambas-3.16.2.tar.bz2) | : | FHelpBrowser.form (gambas-3.16.3.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 76 | skipping to change at line 76 | |||
Picture = Picture["icon:/small/zoom-normal"] | Picture = Picture["icon:/small/zoom-normal"] | |||
} | } | |||
{ Separator2 Separator | { Separator2 Separator | |||
MoveScaled(51,0,1,4) | MoveScaled(51,0,1,4) | |||
} | } | |||
{ btnWebSite ToolButton | { btnWebSite ToolButton | |||
MoveScaled(52,0,31,4) | MoveScaled(52,0,31,4) | |||
#Translate = False | #Translate = False | |||
ToolTip = "Gambas web site" | ToolTip = "Gambas web site" | |||
AutoResize = True | AutoResize = True | |||
Text = "http://gambas.sourceforge.net" | Text = "Gambas web site" | |||
Picture = Picture["icon:/small/gambas"] | Picture = Picture["icon:/small/gambas"] | |||
} | } | |||
{ btnPrint ToolButton | { btnPrint ToolButton | |||
MoveScaled(84,0,8,4) | MoveScaled(84,0,8,4) | |||
Visible = False | ||||
AutoResize = True | AutoResize = True | |||
Text = ("Print") | Text = ("Print") | |||
Picture = Picture["icon:/small/print"] | Picture = Picture["icon:/small/print"] | |||
} | } | |||
} | } | |||
{ Separator4 Separator | { Separator4 Separator | |||
MoveScaled(26,8,28,0) | MoveScaled(26,8,28,0) | |||
} | } | |||
{ Panel1 Panel | { Panel1 Panel | |||
MoveScaled(4,16,84,33) | MoveScaled(4,16,84,33) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |