1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00

[203114] Usability improvements for file transfer mode prefs

This commit is contained in:
David McKnight 2007-11-15 22:09:35 +00:00
parent 1788af28cf
commit 4c8ed84dbc

View file

@ -287,7 +287,7 @@ public class UniversalPreferencePage
GridLayout tlayout = new GridLayout(); GridLayout tlayout = new GridLayout();
tlayout.numColumns = 4; tlayout.numColumns = 4;
transferGroup.setLayout(tlayout); transferGroup.setLayout(tlayout);
transferGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); transferGroup.setLayoutData(new GridData());//GridData.FILL_HORIZONTAL));
Label downloadBufferLabel = new Label(transferGroup, SWT.NULL); Label downloadBufferLabel = new Label(transferGroup, SWT.NULL);
downloadBufferLabel.setText(FileResources.RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_LABEL); downloadBufferLabel.setText(FileResources.RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_LABEL);