]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Move ChemMaster buffer sort button out of transfer/discard button group (#41018)
authorAbsotively <jen@jenpollock.ca>
Tue, 21 Oct 2025 23:56:30 +0000 (17:56 -0600)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 23:56:30 +0000 (23:56 +0000)
* Move chemmaster buffer sort button out of transfer/discard button group

* Use margin for layout

Content.Client/Chemistry/UI/ChemMasterWindow.xaml

index 1ecc5cb16d74a5e6c14a5ae6924c9220faf2ec47..5bc640ab44786f02993587644ac6ec9261598c8f 100644 (file)
@@ -33,8 +33,8 @@
             <BoxContainer Orientation="Horizontal">
                 <Label Text="{Loc 'chem-master-window-buffer-text'}" />
                 <Control HorizontalExpand="True" />
+                <Button MinSize="80 0" Margin="0 0 10 0" Name="BufferSortButton" Access="Public" Text="{Loc 'chem-master-window-sort-type-none'}" />
                 <Button MinSize="80 0" Name="BufferTransferButton" Access="Public" Text="{Loc 'chem-master-window-transfer-button'}" ToggleMode="True" StyleClasses="OpenRight" />
-                <Button MinSize="80 0" Name="BufferSortButton" Access="Public" Text="{Loc 'chem-master-window-sort-type-none'}" StyleClasses="OpenBoth" />
                 <Button MinSize="80 0" Name="BufferDiscardButton" Access="Public" Text="{Loc 'chem-master-window-discard-button'}" ToggleMode="True" StyleClasses="OpenLeft" />
             </BoxContainer>