mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
[Summary] Change font in the info label
[Reviewed] GZharun
This commit is contained in:
parent
47aceb703f
commit
33a6ebaf39
1 changed files with 6 additions and 6 deletions
|
|
@ -142,18 +142,18 @@
|
|||
<HBox box.padding="4">
|
||||
<HBox width="7"/>
|
||||
<Label id="input_info_label"
|
||||
text="IN Grisha, Kolya"
|
||||
winfont="Arial Bold 7"
|
||||
macfont="Helvetica Bold 7"/>
|
||||
text="In"
|
||||
winfont="Arial Bold 9"
|
||||
macfont="Helvetica Bold 9"/>
|
||||
<HBox box.fill="true"
|
||||
box.expand="true"/>
|
||||
</HBox>
|
||||
<HBox>
|
||||
<HBox width="7"/>
|
||||
<Label id="output_info_label"
|
||||
text="OUT please code it"
|
||||
winfont="Arial Bold 7"
|
||||
macfont="Helvetica Bold 7"/>
|
||||
text="Out"
|
||||
winfont="Arial Bold 9"
|
||||
macfont="Helvetica Bold 9"/>
|
||||
<HBox box.fill="true"
|
||||
box.expand="true"/>
|
||||
</HBox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue