~sebikul/mundus/mundus-git

« back to all changes in this revision

Viewing changes to .src/fSupportedApps.form

  • Committer: Sebastian Kulesz
  • Date: 2014-12-23 04:33:08 UTC
  • Revision ID: git-v1:9c57f4e78e2a2f29e793bed2df1d416b9de71289
Initial import from bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gambas Form File 3.0
 
2
 
 
3
{ Form Form
 
4
  MoveScaled(0,0,83,65)
 
5
  Text = ("Supported Applications")
 
6
  Icon = Picture["icon.png"]
 
7
  Arrangement = Arrange.Fill
 
8
  { ivAppList IconView
 
9
    MoveScaled(12,6,46,37)
 
10
    Sorted = True
 
11
    ScrollBar = Scroll.Vertical
 
12
  }
 
13
}