CHE-416: Make Git branches window higher and narrower
parent
98471cac92
commit
324b6d28a3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue