Fixed code error with tab_name_align being assigned 'left'
This commit is contained in:
parent
94f91b5ea2
commit
ff9cb6fde9
@ -339,7 +339,7 @@ def calculate_layout(options):
|
|||||||
if options.tab_side == "full" and options.tab_name_align == "edge":
|
if options.tab_side == "full" and options.tab_name_align == "edge":
|
||||||
# This case does not make sense since there are two tab edges in this case. So picking left edge.
|
# This case does not make sense since there are two tab edges in this case. So picking left edge.
|
||||||
print >>sys.stderr, "** Warning: Aligning card name as 'left' for 'full' tabs **"
|
print >>sys.stderr, "** Warning: Aligning card name as 'left' for 'full' tabs **"
|
||||||
options.tab_name_align == "left"
|
options.tab_name_align = "left"
|
||||||
|
|
||||||
fixedMargins = False
|
fixedMargins = False
|
||||||
if options.tabs_only:
|
if options.tabs_only:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user