From 99f5855fb4de5ae0b4f353af12f456b09a09bd9c Mon Sep 17 00:00:00 2001 From: Kevin Tran Date: Sat, 28 Apr 2018 19:20:22 -0700 Subject: [PATCH] Change size of service bar preference combo box --- app/view/preferences/Preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/preferences/Preferences.js b/app/view/preferences/Preferences.js index 2f7704eb..2cf19579 100644 --- a/app/view/preferences/Preferences.js +++ b/app/view/preferences/Preferences.js @@ -152,7 +152,7 @@ Ext.define('Rambox.view.preferences.Preferences',{ ,fieldLabel: 'Service bar location' ,labelAlign: 'left' ,width: 380 - ,labelWidth: 105 + ,labelWidth: 180 ,value: config.tabbar_location ,displayField: 'label' ,valueField: 'value'