mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[Summary] Fixing the bug: switching to editing the gain level ruined alignment of UI elements of the mixer strips.
This commit is contained in:
parent
9a3e0c7b7d
commit
c3e3ebce61
1 changed files with 25 additions and 25 deletions
|
|
@ -43,32 +43,32 @@
|
|||
box.padding="2"/>
|
||||
</VBox>
|
||||
</HBox>
|
||||
<Entry id="gain_display_entry"
|
||||
width="58"
|
||||
height="18"
|
||||
winfont="Arial Bold 9"
|
||||
macfont="Helvetica Bold 9"
|
||||
horzalignment="end"
|
||||
noshowall="true"
|
||||
visible="false"
|
||||
cssname="EditorTrackNameDisplay"
|
||||
textcolornormal="#ffffff"
|
||||
textcoloractive="#ffffff"
|
||||
textcolorselected="#ffffff"/>
|
||||
<VBox height="18">
|
||||
<Button id="gain_display_button"
|
||||
width="58"
|
||||
height="18"
|
||||
winfont="Arial Bold 9"
|
||||
macfont="Helvetica Bold 9"
|
||||
bgnormal="#383838"
|
||||
bgactive="#afafaf"
|
||||
fgnormal="#24FCD6"
|
||||
fgactive="#afafaf"
|
||||
fghover="#000000"
|
||||
bghover="#B1B1B1"
|
||||
bordercolor="#C9C9C9"
|
||||
borderwidth="0 0 0 0"/>
|
||||
<Entry id="gain_display_entry"
|
||||
width="58"
|
||||
height="18"
|
||||
winfont="Arial Bold 9"
|
||||
macfont="Helvetica Bold 9"
|
||||
horzalignment="end"
|
||||
noshowall="true"
|
||||
visible="false"
|
||||
cssname="EditorTrackNameDisplay"
|
||||
textcolornormal="#ffffff"
|
||||
textcoloractive="#ffffff"
|
||||
textcolorselected="#ffffff"/>
|
||||
<Button id="gain_display_button"
|
||||
width="58"
|
||||
height="18"
|
||||
winfont="Arial Bold 9"
|
||||
macfont="Helvetica Bold 9"
|
||||
bgnormal="#383838"
|
||||
bgactive="#afafaf"
|
||||
fgnormal="#24FCD6"
|
||||
fgactive="#afafaf"
|
||||
fghover="#000000"
|
||||
bghover="#B1B1B1"
|
||||
bordercolor="#C9C9C9"
|
||||
borderwidth="0 0 0 0"/>
|
||||
</VBox>
|
||||
</VBox>
|
||||
</GainSlider>
|
||||
Loading…
Add table
Add a link
Reference in a new issue