-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathSidePanel_PluginList.xml
More file actions
17 lines (11 loc) · 777 Bytes
/
Copy pathSidePanel_PluginList.xml
File metadata and controls
17 lines (11 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<WSPanel code="SidePanel_PluginList" layout="BorderLayout" vertical-gap="6">
<WSComboBox code="SidePanel_PluginList_PluginTypes" position="NORTH" />
<WSPanel layout="GridLayout" position="CENTER" rows="2" columns="1" vertical-gap="6">
<WSScrollPane code="SidePanel_PluginList_Plugins_Label" showLabel="true" showBorder="true" showInnerBorder="true" opaque="false" viewport-border-width="3" >
<WSList code="SidePanel_PluginList_Plugins" />
</WSScrollPane>
<WSScrollPane code="SidePanel_PluginList_PluginDescription_Label" showLabel="true" showBorder="true" showInnerBorder="true" opaque="false" viewport-border-width="3" >
<WSTextArea code="SidePanel_PluginList_PluginDescription" editable="false" wrap="true" />
</WSScrollPane>
</WSPanel>
</WSPanel>