summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-05-12 22:32:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-05-12 22:32:34 +0000
commit4e52f281a4bc1fec9c7ef85e5fc75d266b8ff232 (patch)
tree69e64e99e1e202c1e1a418c15db688c716e8c8a2 /gtk2_ardour/public_editor.cc
parent4505d3aa99dde620ae2f63157920dae9658765ec (diff)
some adjustments to the spacing in the import/interthread progress window, and preparation for more uniform HiG-style spacing everywhere; fix multiply-packed boxes in sfdb_ui.cc
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3340 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.cc')
-rw-r--r--gtk2_ardour/public_editor.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc
index d4cfa1fb1f..035209522e 100644
--- a/gtk2_ardour/public_editor.cc
+++ b/gtk2_ardour/public_editor.cc
@@ -22,6 +22,12 @@
PublicEditor* PublicEditor::_instance = 0;
+const int PublicEditor::window_border_width = 12;
+const int PublicEditor::container_border_width = 12;
+const int PublicEditor::vertical_spacing = 6;
+const int PublicEditor::horizontal_spacing = 6;
+
+
PublicEditor::PublicEditor ()
: Window (Gtk::WINDOW_TOPLEVEL)
{