Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: add autoScroll to about dialog
  • Loading branch information
perexg committed Jun 22, 2015
1 parent 1cefc0d commit 2b637af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/tvheadend.js
Expand Up @@ -454,6 +454,7 @@ function accessUpdate(o) {
tvheadend.aboutPanel = new Ext.Panel({
border: false,
layout: 'fit',
autoScroll: true,
title: _('About'),
iconCls: 'info',
autoLoad: 'about.html'
Expand Down

0 comments on commit 2b637af

Please sign in to comment.