use of org.rstudio.core.client.prefs.PreferencesDialogBaseResources in project rstudio by rstudio.
the class ProjectCompilePdfPreferencesPane method addHeader.
private void addHeader(String caption) {
PreferencesDialogBaseResources baseRes = PreferencesDialogBaseResources.INSTANCE;
Label pdfCompilationLabel = new Label(caption);
pdfCompilationLabel.addStyleName(baseRes.styles().headerLabel());
nudgeRight(pdfCompilationLabel);
add(pdfCompilationLabel);
}
Aggregations