mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[203114] Usability improvements for file transfer mode prefs
This commit is contained in:
parent
1788af28cf
commit
4c8ed84dbc
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ public class UniversalPreferencePage
|
|||
GridLayout tlayout = new GridLayout();
|
||||
tlayout.numColumns = 4;
|
||||
transferGroup.setLayout(tlayout);
|
||||
transferGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
|
||||
transferGroup.setLayoutData(new GridData());//GridData.FILL_HORIZONTAL));
|
||||
|
||||
Label downloadBufferLabel = new Label(transferGroup, SWT.NULL);
|
||||
downloadBufferLabel.setText(FileResources.RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_LABEL);
|
||||
|
|
Loading…
Add table
Reference in a new issue