mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 09:26:30 +01:00
fix clock sizing so that it is always large enough
This commit is contained in:
parent
c1a12a7efd
commit
90e1e37c31
1 changed files with 1 additions and 5 deletions
|
|
@ -493,13 +493,9 @@ AudioClock::set_clock_dimensions (Gtk::Requisition& req)
|
|||
tmp->set_font_description (font);
|
||||
|
||||
/* this string is the longest thing we will ever display */
|
||||
if (_mode == MinSec)
|
||||
tmp->set_text (" 88:88:88,888 ");
|
||||
else
|
||||
tmp->set_text (" 88:88:88,88 ");
|
||||
tmp->set_text (" 88:88:88,888 ");
|
||||
tmp->get_pixel_size (req.width, req.height);
|
||||
|
||||
|
||||
layout_height = req.height;
|
||||
layout_width = req.width;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue