Fix border in the info block on the settings page

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-02-26 12:00:07 -08:00
parent fa6ee5de8e
commit 01a89f7d04

View File

@@ -102,7 +102,7 @@ public class AccountSettings extends AccountScreen {
final CellFormatter fmt = info.getCellFormatter();
fmt.addStyleName(0, 0, "topmost");
fmt.addStyleName(0, 1, "topmost");
fmt.addStyleName(2, 0, "bottomheader");
fmt.addStyleName(5, 0, "bottomheader");
prefsPanel = new PreferencePanel();