Skip to content

Commit

Permalink
tweak spacing for pdf preview header
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 12, 2012
1 parent 1a87141 commit fce7c3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
package org.rstudio.studio.client.workbench.prefs.views;

import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.Style.Unit;
import com.google.gwt.event.dom.client.DomEvent;
import com.google.gwt.resources.client.ImageResource;
import com.google.gwt.user.client.ui.CheckBox;
Expand Down Expand Up @@ -88,6 +89,7 @@ public CompilePdfPreferencesPane(UIPrefs prefs,

Label previwingOptionsLabel = new Label("PDF preview");
previwingOptionsLabel.addStyleName(baseRes.styles().headerLabel());
previwingOptionsLabel.getElement().getStyle().setMarginTop(8, Unit.PX);
nudgeRight(previwingOptionsLabel);
add(previwingOptionsLabel);

Expand Down

0 comments on commit fce7c3a

Please sign in to comment.