mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Compact the port matrix slightly, and fix a couple of minor layout bugs.
git-svn-id: svn://localhost/ardour2/branches/3.0@6068 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b49830d1a0
commit
c3d8d38f7f
3 changed files with 6 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ public:
|
|||
|
||||
/** @return grid spacing */
|
||||
static uint32_t grid_spacing () {
|
||||
return 32;
|
||||
return 24;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
@ -101,7 +101,7 @@ protected:
|
|||
|
||||
/** @return space around the connection indicator */
|
||||
static uint32_t connection_indicator_pad () {
|
||||
return 8;
|
||||
return 6;
|
||||
}
|
||||
|
||||
static uint32_t mouseover_line_width () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue