Skip to content

Commit 4e7ed06

Browse files
committed
tools: demo-gui: fix CSS styling headerbar.titlebar
Updated the headerbar.titlebar in apply_css function to background-color for consistency. Signed-off-by: Prjbond007 <pranjalbond007@gmail.com>
1 parent d3e3fce commit 4e7ed06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/demo-gui/demo-gui/sof_demo_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def apply_css(self):
6363
color: #FFFFFF;
6464
}
6565
headerbar.titlebar {
66-
background: #2C3E50;
66+
background-color: #2C3E50;
6767
}
6868
"""
6969
css_provider.load_from_data(css.encode('utf-8'))

0 commit comments

Comments
 (0)