mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Increase default font size
This commit is contained in:
parent
150c341eb5
commit
aa0774a400
@ -383,7 +383,7 @@ class CompanySettings extends BaseSettings
|
|||||||
|
|
||||||
public $page_layout = 'portrait';
|
public $page_layout = 'portrait';
|
||||||
|
|
||||||
public $font_size = 7; //@implemented
|
public $font_size = 16; //@implemented
|
||||||
|
|
||||||
public $primary_font = 'Roboto';
|
public $primary_font = 'Roboto';
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ class QuoteObserver
|
|||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function updated(Quote $quote)
|
public function updated(Quote $quote)
|
||||||
{nlog("updated");
|
{
|
||||||
|
|
||||||
$event = Webhook::EVENT_UPDATE_QUOTE;
|
$event = Webhook::EVENT_UPDATE_QUOTE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user