- Timestamp:
- May 8, 2013, 12:25:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.yml
r856 r860 12 12 - JPanel(name=panCommon, groupTitle=panCommon): 13 13 - JCheckBox(name=chkNotifyOnStart, horizontalTextPosition=LEADING, text=lblNotifyOnStart) 14 - JCheckBox(name=chkNotifyNewPackagesOnStart, horizontalTextPosition=LEADING, text=lblNotifyNewPackagesOnStart) 14 15 - JCheckBox(name=chkNotifyDepsAfterInstall, horizontalTextPosition=LEADING, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip) 15 16 - JCheckBox(name=chkCopyIntro, horizontalTextPosition=LEADING, text=lblCopyIntro) … … 17 18 - MigLayout: | 18 19 [grow] 19 >chkNotifyOnStart [pref] 20 >chkNotifyDepsAfterInstall [pref] 21 >chkCopyIntro [pref] 22 >chkCopyOutro [pref] 20 >chkNotifyOnStart [pref] 21 >chkNotifyNewPackagesOnStart [pref] 22 >chkNotifyDepsAfterInstall [pref] 23 >chkCopyIntro [pref] 24 >chkCopyOutro [pref] 23 25 - JPanel(name=panProxy, groupTitle=panProxy): 24 26 - JLabel(name=empty)
Note:
See TracChangeset
for help on using the changeset viewer.