Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 3999 Details for
Bug 30646
Tag Configuration Dialog cut off in High Contrast mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Removing hints
30646.patch (text/plain), 2.14 KB, created by
Boris Shingarov
on 2003-03-11 12:25:37 EST
(
hide
)
Description:
Removing hints
Filename:
MIME Type:
Creator:
Boris Shingarov
Created:
2003-03-11 12:25:37 EST
Size:
2.14 KB
patch
obsolete
>Index: src/org/eclipse/team/internal/ccvs/ui/TagConfigurationDialog.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/TagConfigurationDialog.java,v >retrieving revision 1.23 >diff -u -r1.23 TagConfigurationDialog.java >--- src/org/eclipse/team/internal/ccvs/ui/TagConfigurationDialog.java 6 Mar 2003 19:58:55 -0000 1.23 >+++ src/org/eclipse/team/internal/ccvs/ui/TagConfigurationDialog.java 11 Mar 2003 17:24:18 -0000 >@@ -183,7 +183,6 @@ > cvsResourceTree.setContentProvider(new RemoteContentProvider()); > cvsResourceTree.setLabelProvider(new WorkbenchLabelProvider()); > data = new GridData (GridData.FILL_BOTH); >- data.heightHint = 150; > data.horizontalSpan = 1; > cvsResourceTree.getTree().setLayoutData(data); > if(roots.length==1) { >@@ -216,7 +215,6 @@ > > final Table table = new Table(comp, SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER | SWT.MULTI | SWT.FULL_SELECTION | SWT.CHECK); > data = new GridData(GridData.FILL_BOTH); >- data.heightHint = 150; > data.horizontalSpan = 1; > table.setLayoutData(data); > TableLayout layout = new TableLayout(); >@@ -295,7 +293,6 @@ > cvsDefinedTagsTree.setContentProvider(new WorkbenchContentProvider()); > cvsDefinedTagsTree.setLabelProvider(new WorkbenchLabelProvider()); > data = new GridData (GridData.FILL_BOTH); >- data.heightHint = 100; > data.horizontalAlignment = GridData.FILL; > data.grabExcessHorizontalSpace = true; > cvsDefinedTagsTree.getTree().setLayoutData(data); >@@ -357,7 +354,6 @@ > explanation.setText(Policy.bind("TagConfigurationDialog.11")); //$NON-NLS-1$ > data = new GridData (); > data.horizontalSpan = 2; >- data.widthHint = 300; > explanation.setLayoutData(data); > > autoRefreshFileList = new org.eclipse.swt.widgets.List(rememberedTags, SWT.BORDER | SWT.MULTI); >@@ -419,7 +415,7 @@ > } > > Label seperator = new Label(shell, SWT.SEPARATOR | SWT.HORIZONTAL); >- data = new GridData (GridData.FILL_BOTH); >+ data = new GridData (GridData.FILL_HORIZONTAL); > data.horizontalSpan = 2; > seperator.setLayoutData(data); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30646
:
3614
| 3999