Fix border in the info block on the settings page
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -102,7 +102,7 @@ public class AccountSettings extends AccountScreen {
|
|||||||
final CellFormatter fmt = info.getCellFormatter();
|
final CellFormatter fmt = info.getCellFormatter();
|
||||||
fmt.addStyleName(0, 0, "topmost");
|
fmt.addStyleName(0, 0, "topmost");
|
||||||
fmt.addStyleName(0, 1, "topmost");
|
fmt.addStyleName(0, 1, "topmost");
|
||||||
fmt.addStyleName(2, 0, "bottomheader");
|
fmt.addStyleName(5, 0, "bottomheader");
|
||||||
|
|
||||||
prefsPanel = new PreferencePanel();
|
prefsPanel = new PreferencePanel();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user