mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
[Summary] Changed region name fonts and highlight size according to PRD
This commit is contained in:
parent
64b5ea4dba
commit
56e2b69f4e
1 changed files with 3 additions and 3 deletions
|
|
@ -60,11 +60,11 @@ using namespace ARDOUR_UI_UTILS;
|
|||
using namespace Gtkmm2ext;
|
||||
|
||||
#ifdef _WIN32
|
||||
Pango::FontDescription TimeAxisViewItem::NAME_FONT("Arial 12");
|
||||
Pango::FontDescription TimeAxisViewItem::NAME_FONT("Arial 11");
|
||||
const double TimeAxisViewItem::NAME_HIGHLIGHT_Y_INDENT = 0.0;
|
||||
#else
|
||||
const double TimeAxisViewItem::NAME_HIGHLIGHT_Y_INDENT = 2.0;
|
||||
Pango::FontDescription TimeAxisViewItem::NAME_FONT("Helvetica 12");
|
||||
const double TimeAxisViewItem::NAME_HIGHLIGHT_Y_INDENT = 1.0;
|
||||
Pango::FontDescription TimeAxisViewItem::NAME_FONT("Helvetica 11");
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue