mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
[Summary] Size of combo boxes in preference panel was increased
[Reviewed] nobody
This commit is contained in:
parent
367867e9e5
commit
cb4ec0f817
1 changed files with 4 additions and 4 deletions
|
|
@ -233,13 +233,13 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<Label style="generic_control" text="FILE TYPE" x="24" y="40"/>
|
<Label style="generic_control" text="FILE TYPE" x="24" y="40"/>
|
||||||
<ComboBoxText style="generic_control" id="file_type_combo" x="215" y="40" width="90" height="20" />
|
<ComboBoxText style="generic_control" id="file_type_combo" x="215" y="40" width="150" height="20" />
|
||||||
<Label style="generic_control" text="BIT DEPTH" x="24" y="70"/>
|
<Label style="generic_control" text="BIT DEPTH" x="24" y="70"/>
|
||||||
<ComboBoxText style="generic_control" id="bit_depth_combo" x="215" y="70" width="90" height="20" />
|
<ComboBoxText style="generic_control" id="bit_depth_combo" x="215" y="70" width="150" height="20" />
|
||||||
<Label style="generic_control" text="SESSION FRAME RATE" x="24" y="100"/>
|
<Label style="generic_control" text="SESSION FRAME RATE" x="24" y="100"/>
|
||||||
<ComboBoxText style="generic_control" id="frame_rate_combo" x="215" y="100" width="90" height="20" />
|
<ComboBoxText style="generic_control" id="frame_rate_combo" x="215" y="100" width="150" height="20" />
|
||||||
<Label style="generic_control" text="AUTO LOCK TIMER" x="24" y="175"/>
|
<Label style="generic_control" text="AUTO LOCK TIMER" x="24" y="175"/>
|
||||||
<ComboBoxText style="generic_control" id="auto_lock_timer_combo" x="215" y="175" width="90" height="20" />
|
<ComboBoxText style="generic_control" id="auto_lock_timer_combo" x="215" y="175" width="150" height="20" />
|
||||||
|
|
||||||
<Label style="generic_control" text="DEFAULT FOLDER FOR NEW SESSION" x = "24" y = "230" />
|
<Label style="generic_control" text="DEFAULT FOLDER FOR NEW SESSION" x = "24" y = "230" />
|
||||||
<Button
|
<Button
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue