Browse Source

Change size of service bar preference combo box

pull/1622/head
Kevin Tran 7 years ago
parent
commit
99f5855fb4
  1. 2
      app/view/preferences/Preferences.js

2
app/view/preferences/Preferences.js

@ -152,7 +152,7 @@ Ext.define('Rambox.view.preferences.Preferences',{
,fieldLabel: 'Service bar location' ,fieldLabel: 'Service bar location'
,labelAlign: 'left' ,labelAlign: 'left'
,width: 380 ,width: 380
,labelWidth: 105 ,labelWidth: 180
,value: config.tabbar_location ,value: config.tabbar_location
,displayField: 'label' ,displayField: 'label'
,valueField: 'value' ,valueField: 'value'

Loading…
Cancel
Save