[Summary] trivial change in add track dialog and session close dialog on Igor's request
[ardour.git] / gtk2_ardour / ui / add_tracks_dialog.xml
index daf396cf93b70c2ab532a52898ffb8b819cfb611..ea4f49feb6a63dbc10fd28bead66012c32272bfa 100644 (file)
@@ -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">
     </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>
\ No newline at end of file