mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Implementing Preferences panel
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452794]
This commit is contained in:
parent
d62369e140
commit
a4a4144e6d
1 changed files with 8 additions and 0 deletions
|
|
@ -158,6 +158,14 @@
|
|||
Igor! Add feel free to add what you need here!
|
||||
|
||||
-->
|
||||
<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" />
|
||||
<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" />
|
||||
<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" />
|
||||
<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" />
|
||||
</Layout>
|
||||
</Layout>
|
||||
</Dialog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue