Skip to content

Commit 4ef4dc0

Browse files
committed
#4144 Increase size of part no box
1 parent 2930c1f commit 4ef4dc0

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

Diff for: stroom-core-client/src/main/resources/stroom/data/client/view/ItemSelectionViewImpl.ui.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:g="urn:import:com.google.gwt.user.client.ui"
44
xmlns:v="urn:import:stroom.widget.valuespinner.client">
55
<g:FlowPanel styleName="itemSelectionViewImpl-flowPanel max">
6-
<g:Label ui:field="nameLbl" addStyleNames="itemSelectionViewImpl-panelChild"/>
7-
<v:ValueSpinner ui:field="itemNoSpinner" addStyleNames="itemSelectionViewImpl-panelChild"/>
6+
<g:Label ui:field="nameLbl" addStyleNames="dock-min itemSelectionViewImpl-panelChild"/>
7+
<v:ValueSpinner ui:field="itemNoSpinner" addStyleNames="dock-max itemSelectionViewImpl-panelChild"/>
88
<g:Label ui:field="itemCountLbl"
9-
addStyleNames="itemSelectionViewImpl-panelChild itemSelectionViewImpl-countLabel"/>
9+
addStyleNames="dock-min itemSelectionViewImpl-panelChild itemSelectionViewImpl-countLabel"/>
1010
</g:FlowPanel>
1111
</ui:UiBinder>

Diff for: unreleased_changes/20240301_193858_823__4144.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
* Issue **#4144** : Increase size of part no box.
2+
3+
4+
```sh
5+
# ********************************************************************************
6+
# Issue title: Stream PartNo box is too small
7+
# Issue link: https://github.com/gchq/stroom/issues/4144
8+
# ********************************************************************************
9+
10+
# ONLY the top line will be included as a change entry in the CHANGELOG.
11+
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
12+
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
13+
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
14+
# 'Fixed nasty bug'.
15+
#
16+
# Examples of acceptable entries are:
17+
#
18+
#
19+
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
20+
#
21+
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
22+
#
23+
# * Fix bug with no associated GitHub issue.
24+
```

0 commit comments

Comments
 (0)