CHE-416: Make Git branches window higher and narrower

6.19.x
Igor Vinokur 2016-05-11 10:34:02 +03:00
parent 98471cac92
commit 324b6d28a3
1 changed files with 2 additions and 10 deletions

View File

@ -19,18 +19,10 @@
.emptyBorder {
margin: 6px;
}
.space {
margin-right: 5px;
}
.spacing {
margin-top: 10px;
}
</ui:style>
<g:DockLayoutPanel unit="PX" width="550px" height="200px" addStyleNames="{style.emptyBorder}" debugId="git-branches-mainForm">
<g:DockLayoutPanel unit="PX" width="450px" height="600px" addStyleNames="{style.emptyBorder}" debugId="git-branches-mainForm">
<g:center>
<g:ScrollPanel ui:field="branchesPanel" addStyleNames="{res.gitCSS.simpleListContainer}" debugId="git-branches-branchesPanel"/>
</g:center>
</g:DockLayoutPanel>
</ui:UiBinder>
</ui:UiBinder>