From dbe20bd3a9d23e1e49556a1f47a31c5b8144dfda Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 18 May 2009 00:26:45 +0000 Subject: [PATCH] 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 --- gtk2_ardour/startup.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) {