mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
[Summary] Fixed font issue in the Inspector's info label
[Reviewed] GZharun
This commit is contained in:
parent
9b725bfa56
commit
8f994b8fd7
1 changed files with 8 additions and 2 deletions
|
|
@ -124,7 +124,13 @@
|
|||
<EventBox id="color_palette_home" ui.orphan="true"/>
|
||||
<VBox id="color_buttons_home" ui.orphan="true"/>
|
||||
<Button id="info_panel_button" ui.orphan="true"/>
|
||||
<Label id="input_info_label" ui.orphan="true"/>
|
||||
<Label id="output_info_label" ui.orphan="true"/>
|
||||
<Label id="input_info_label"
|
||||
winfont="Arial 8"
|
||||
macfont="Helvetica 8"
|
||||
ui.orphan="true"/>
|
||||
<Label id="output_info_label"
|
||||
winfont="Arial 8"
|
||||
macfont="Helvetica 8"
|
||||
ui.orphan="true"/>
|
||||
<VBox id="info_panel_home" ui.orphan="true"/>
|
||||
</RouteUI>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue