Skip to content

Commit 120440c

Browse files
committed
Was this worth needing to get approval again?
yes
1 parent 0f18572 commit 120440c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Content.Client/_Starlight/Chemistry/UI/ModernChemMasterWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
</PanelContainer.PanelOverride>
6666
</PanelContainer>
6767

68-
<BoxContainer Orientation="Horizontal" HorizontalAlignment="Center" SeparationOverride="4">
69-
<LineEdit Name="CustomAmountLineEdit" PlaceHolder="#" MinSize="46 0" ToolTip="{Loc 'chem-master-window-custom-amount-tooltip'}" />
70-
<Button Name="CustomAmountButton" Text="#" MinSize="46 0" StyleClasses="OpenLeft" />
68+
<BoxContainer Orientation="Horizontal" HorizontalAlignment="Center" SeparationOverride="4" Margin="1 0 0 0">
69+
<LineEdit Name="CustomAmountLineEdit" PlaceHolder="#" MinSize="49 0" ToolTip="{Loc 'chem-master-window-custom-amount-tooltip'}" />
70+
<Button Name="CustomAmountButton" Text="#" MinSize="46 0" StyleClasses="OpenLeft" TextAlign="Center" Margin="0 0 0 0" />
7171
</BoxContainer>
7272

7373
<!-- 2x5 grid, generated in code -->

0 commit comments

Comments
 (0)