Fix error after merging branches

This commit is contained in:
glubsy 2020-12-29 01:01:26 +01:00
parent 7f19647e4b
commit 07eba09ec2
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ On MacOS, the tab bar will fill up the window's width instead."))
formlayout.addRow(tr("Reference foreground color:"),
self.result_table_ref_foreground_color)
self.result_table_ref_background_color = ColorPickerButton(self)
gridlayout.addRow(tr("Reference background color:"),
formlayout.addRow(tr("Reference background color:"),
self.result_table_ref_background_color)
self.result_table_delta_foreground_color = ColorPickerButton(self)
formlayout.addRow(tr("Delta foreground color:"),