git4idea: Added push active branches functionality
[fedora-idea.git] / plugins / git4idea / src / git4idea / checkin / GitPushActiveBranchesDialog.form
blob44dc5e59f6ac7e0b44c9bbf611dba62e78d54a16
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="git4idea.checkin.GitPushActiveBranchesDialog">
3 <grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
5 <constraints>
6 <xy x="20" y="20" width="427" height="269"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <scrollpane id="a3541">
12 <constraints>
13 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
14 </constraints>
15 <properties/>
16 <border type="none"/>
17 <children>
18 <component id="c6c81" class="javax.swing.JTree" binding="myCommitTree">
19 <constraints/>
20 <properties>
21 <rootVisible value="false"/>
22 </properties>
23 </component>
24 </children>
25 </scrollpane>
26 <component id="752aa" class="javax.swing.JLabel">
27 <constraints>
28 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
29 </constraints>
30 <properties>
31 <labelFor value="a3541"/>
32 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.commits"/>
33 </properties>
34 </component>
35 <component id="3f20a" class="javax.swing.JButton" binding="myViewButton" default-binding="true">
36 <constraints>
37 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
38 </constraints>
39 <properties>
40 <enabled value="false"/>
41 <text resource-bundle="git4idea/i18n/GitBundle" key="push.active.view"/>
42 </properties>
43 </component>
44 </children>
45 </grid>
46 </form>