Browse Source

Options menu does not adapt to screen

Fixes #2174
pull/2195/head
Ramiro Saenz 6 years ago
parent
commit
37768b9c36
  1. 3
      app/view/preferences/Preferences.js

3
app/view/preferences/Preferences.js

@ -16,12 +16,15 @@ Ext.define('Rambox.view.preferences.Preferences',{
,title: locale['preferences[0]'] ,title: locale['preferences[0]']
,width: 420 ,width: 420
,height: 500
,modal: true ,modal: true
,closable: true ,closable: true
,minimizable: false ,minimizable: false
,maximizable: false ,maximizable: false
,draggable: true ,draggable: true
,resizable: false ,resizable: false
,scrollable: 'vertical'
,bodyStyle: 'margin-right:15px;'
,buttons: [ ,buttons: [
{ {
text: locale['button[1]'] text: locale['button[1]']

Loading…
Cancel
Save