mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
[Summary] trivial change in add track dialog and session close dialog on Igor's request
This commit is contained in:
parent
e09e36afde
commit
806b03540d
4 changed files with 118 additions and 50 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 3.4 KiB |
|
|
@ -1,40 +1,42 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dialog title=" " resizeable="False">
|
||||
<Dialog title="Add Track" resizeable="False">
|
||||
<style name="generic_control"
|
||||
winfont ="Arial Bold 11"
|
||||
macfont ="Helvetica Bold 11"
|
||||
fgnormal="#BFBFBF"
|
||||
bgnormal="#6C6C6C"
|
||||
fgactive="#BFBFBF"
|
||||
bgactive="#454545"
|
||||
bgactive="#303030"
|
||||
fghover="#CCCCCC"
|
||||
bghover="#898989"/>
|
||||
<style name="generic_button"
|
||||
style="generic_control"
|
||||
fgnormal="#BFBFBF"
|
||||
fgnormal="#303030"
|
||||
bgnormal="#6C6C6C"
|
||||
fgactive="#BFBFBF"
|
||||
fgactive="#303030"
|
||||
bgactive="#454545"
|
||||
fghover="#CCCCCC"
|
||||
fghover="#303030"
|
||||
bghover="#898989"
|
||||
fgdisabled ="#959595"
|
||||
bordercolor="#7E7E7E"
|
||||
borderwidth="1 1 0 0"/>
|
||||
<Layout width="140"
|
||||
height="180">
|
||||
borderwidth="0 0 0 0"/>
|
||||
<Layout width="620"
|
||||
height="50">
|
||||
<Label style ="generic_control"
|
||||
justify="center"
|
||||
text="Add Track"
|
||||
macfont="Helvetica Bold 12"
|
||||
winfont="Arial Bold 12"
|
||||
x="0"
|
||||
y="0"
|
||||
y="15"
|
||||
width="140"
|
||||
height="25"/>
|
||||
<Dropdown id="tracks_format_dropdown"
|
||||
style="generic_control"
|
||||
x="5"
|
||||
y="40"
|
||||
width="130"
|
||||
height="20"
|
||||
x="270"
|
||||
y="15"
|
||||
width="144"
|
||||
height="25"
|
||||
normalicon="added_track_format_dropdown"
|
||||
activeicon="added_track_format_dropdown_active"
|
||||
_prelighticon="added_track_format_dropdown_prelight"
|
||||
|
|
@ -42,7 +44,7 @@
|
|||
<HBox>
|
||||
<VBox width="10"/>
|
||||
<Label style="generic_control"
|
||||
horzalignment="start"
|
||||
horzalignment="center"
|
||||
width="93"/>
|
||||
</HBox>
|
||||
<DropdownMenu bgnormal="#454545">
|
||||
|
|
@ -52,44 +54,68 @@
|
|||
</Dropdown>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="decrement_button"
|
||||
text="-"
|
||||
x="5"
|
||||
y="105"
|
||||
width="25"
|
||||
height="25"/>
|
||||
id="decrement_button"
|
||||
text="-"
|
||||
fgnormal="#212121"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#909090"
|
||||
bgactive="#424242"
|
||||
borderwidth="1 1 1 1"
|
||||
bordercolor="#454545"
|
||||
x="133"
|
||||
y="15"
|
||||
width="25"
|
||||
height="22"/>
|
||||
|
||||
<Entry style="generic_control"
|
||||
id="tracks_counter_entry"
|
||||
text="1"
|
||||
justify="center"
|
||||
x="35"
|
||||
y="105"
|
||||
x="163"
|
||||
y="15"
|
||||
width="70"
|
||||
height="25"/>
|
||||
height="21"/>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="increment_button"
|
||||
text="+"
|
||||
x="110"
|
||||
y="105"
|
||||
fgnormal="#212121"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#909090"
|
||||
bgactive="#424242"
|
||||
borderwidth="1 1 1 1"
|
||||
bordercolor="#454545"
|
||||
x="238"
|
||||
y="15"
|
||||
width="25"
|
||||
height="25"/>
|
||||
height="22"/>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="cancel_button"
|
||||
text="Cancel"
|
||||
x="0"
|
||||
y="155"
|
||||
fgnormal="#212121"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#909090"
|
||||
bgactive="#424242"
|
||||
borderwidth="1 1 1 1"
|
||||
bordercolor="#454545"
|
||||
x="450"
|
||||
y="15"
|
||||
width="69"
|
||||
height="25"/>
|
||||
height="22"/>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="ok_button"
|
||||
text="Ok"
|
||||
x="70"
|
||||
y="155"
|
||||
text="Add Track"
|
||||
fgnormal="#212121"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#909090"
|
||||
bgactive="#424242"
|
||||
borderwidth="1 1 1 1"
|
||||
bordercolor="#454545"
|
||||
x="520"
|
||||
y="15"
|
||||
width="69"
|
||||
height="25"/>
|
||||
height="22"/>
|
||||
</Layout>
|
||||
</Dialog>
|
||||
76
gtk2_ardour/ui/session_close_dialog.xml
Executable file → Normal file
76
gtk2_ardour/ui/session_close_dialog.xml
Executable file → Normal file
|
|
@ -1,11 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dialog title=" " resizeable="False">
|
||||
<Dialog title="Session Close" resizeable="False">
|
||||
<style name="generic_control"
|
||||
winfont ="Arial Bold 11"
|
||||
macfont ="Helvetica Bold 11"/>
|
||||
winfont ="Arial Bold 12"
|
||||
macfont ="Helvetica Bold 12"
|
||||
fgnormal="#BFBFBF"
|
||||
bgnormal="#6C6C6C"
|
||||
fgactive="#BFBFBF"
|
||||
bgactive="#454545"
|
||||
fghover="#CCCCCC"
|
||||
bghover="#898989"/>
|
||||
<style name="generic_button"
|
||||
style="generic_control"
|
||||
fgnormal="#E6E6E6"
|
||||
fgnormal="#BFBFBF"
|
||||
bgnormal="#6C6C6C"
|
||||
fgactive="#BFBFBF"
|
||||
bgactive="#454545"
|
||||
|
|
@ -13,46 +19,82 @@
|
|||
bghover="#898989"
|
||||
fgdisabled ="#959595"
|
||||
bordercolor="#7E7E7E"
|
||||
borderwidth="1 1 0 0" />
|
||||
|
||||
<Layout width="400" height="170">
|
||||
borderwidth="1 1 0 0" />
|
||||
<Layout width="400"
|
||||
height="120"
|
||||
bgnormal="#EDECE8">
|
||||
|
||||
<Label style ="generic_control"
|
||||
id="top_label"
|
||||
justify="center"
|
||||
winfont ="Arial 14"
|
||||
macfont ="Helvetica 14"
|
||||
winfont ="Arial Bold 14"
|
||||
macfont ="Helvetica Bold 14"
|
||||
fgnormal="#6D6E72"
|
||||
text="??\n??\n??\n??\n??"
|
||||
x="20"
|
||||
y="40"
|
||||
y="20"
|
||||
width="360"
|
||||
height="30"/>
|
||||
height="30"/>
|
||||
|
||||
<Label style ="generic_control"
|
||||
id="bottom_label"
|
||||
justify="center"
|
||||
text="??\n??\n??\n??\n??"
|
||||
winfont ="Arial 12"
|
||||
macfont ="Helvetica 12"
|
||||
winfont ="Arial Bold 12"
|
||||
macfont ="Helvetica Bold 12"
|
||||
fgnormal="#6D6E72"
|
||||
x="20"
|
||||
y="80"
|
||||
y="40"
|
||||
width="360"
|
||||
height="30"/>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="cancel_button"
|
||||
text="Cancel"
|
||||
x="10" y="128" width="80" height="26"/>
|
||||
x="10"
|
||||
y="90"
|
||||
width="80"
|
||||
height="22"
|
||||
winfont ="Arial Bold 14"
|
||||
macfont ="Helvetica Bold 14"
|
||||
fgnormal="#6D6E72"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#EDECE8"
|
||||
bgactive="#6D6E72"
|
||||
borderwidth="0 0 0 0"
|
||||
bordercolor="#6D6E72"/>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="dont_save_button"
|
||||
text="Don't Save"
|
||||
x="220" y="128" width="80" height="26"/>
|
||||
x="220"
|
||||
y="90"
|
||||
width="80"
|
||||
height="22"
|
||||
winfont ="Arial Bold 14"
|
||||
macfont ="Helvetica Bold 14"
|
||||
fgnormal="#6D6E72"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#EDECE8"
|
||||
bgactive="#6D6E72"
|
||||
borderwidth="0 0 0 0"
|
||||
bordercolor="#6D6E72"/>
|
||||
|
||||
<Button style="generic_button"
|
||||
id="save_button"
|
||||
text="Save"
|
||||
x="310" y="128" width="80" height="26"/>
|
||||
x="310"
|
||||
y="90"
|
||||
width="80"
|
||||
height="22"
|
||||
winfont ="Arial Bold 14"
|
||||
macfont ="Helvetica Bold 14"
|
||||
fgnormal="#6D6E72"
|
||||
bgnormal="#EbEbEb"
|
||||
fgactive="#EDECE8"
|
||||
bgactive="#6D6E72"
|
||||
borderwidth="0 0 0 0"
|
||||
bordercolor="#6D6E72"/>
|
||||
|
||||
</Layout>
|
||||
</Dialog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue