remove unused button from chemmaster ui (#3270)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
3b7111c995
commit
7efdeed0ed
|
|
@ -33,7 +33,9 @@
|
|||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc 'chem-master-window-buffer-text'}" />
|
||||
<Control HorizontalExpand="True" />
|
||||
<!-- DeltaV - Removed discarding
|
||||
<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" />
|
||||
<!-- DeltaV - Removed discarding
|
||||
<Button MinSize="80 0" Name="BufferDiscardButton" Access="Public" Text="{Loc 'chem-master-window-discard-button'}" ToggleMode="True" StyleClasses="OpenLeft" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue