Skip to content

Commit

Permalink
Removed red color from tabular layout when limiting to screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Aug 9, 2023
1 parent a7446a8 commit 45d0cd6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.eclipse.swt.widgets.Monitor;

import name.abuchen.portfolio.ui.Images;
import name.abuchen.portfolio.ui.util.Colors;

public class TabularLayout extends Layout
{
Expand Down Expand Up @@ -132,7 +131,6 @@ Point layout(Composite composite, boolean move, int x, int y, int width, int hei
{
divider = new Label(composite, SWT.NONE);
divider.setImage(Images.DOT_HORIZONAL.image());
divider.setBackground(Colors.RED);
}

int yy = MARGIN;
Expand Down

0 comments on commit 45d0cd6

Please sign in to comment.