summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-18 00:26:45 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-18 00:26:45 +0000
commitdbe20bd3a9d23e1e49556a1f47a31c5b8144dfda (patch)
treed0f88badb1adab28251c024b19e0ca1d3d8822b3 /gtk2_ardour
parent01217e64f8d784ae640b129669fd3a87e84844b3 (diff)
Patch from tinram to put a border round the startup dialog.
git-svn-id: svn://localhost/ardour2/branches/3.0@5099 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/startup.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index bb29117417..89bddf9869 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -71,7 +71,8 @@ Ardour will play NO role in monitoring"))
set_keep_above (true);
set_position (WIN_POS_CENTER);
-
+ set_border_width (12);
+
sys::path icon_file;
if (!find_file_in_search_path (ardour_search_path() + system_data_search_path().add_subdirectory_to_paths("icons"), "ardour_icon_48px.png", icon_file)) {