From ed506c3fc7513d02a1a58ecb2fc12db7ec8cda49 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 29 May 2016 11:21:52 +0200 Subject: [PATCH] Dropdown checklist width alignment --- plugins/dynamix/Eth0.page | 2 +- plugins/dynamix/ShareSettings.page | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/dynamix/Eth0.page b/plugins/dynamix/Eth0.page index 7612a4668..019b9a01e 100644 --- a/plugins/dynamix/Eth0.page +++ b/plugins/dynamix/Eth0.page @@ -193,7 +193,7 @@ $(function() { var form = document.eth0_settings; $('#tab1').bind({click:function(){ - $('#bond0').dropdownchecklist('destroy').dropdownchecklist({emptyText:'None', width:130}); + $('#bond0').dropdownchecklist('destroy').dropdownchecklist({emptyText:'None', width:131}); checkBondingSettings(form,true); }}); diff --git a/plugins/dynamix/ShareSettings.page b/plugins/dynamix/ShareSettings.page index 7e6ceb75c..e7db6c7f3 100644 --- a/plugins/dynamix/ShareSettings.page +++ b/plugins/dynamix/ShareSettings.page @@ -20,8 +20,8 @@ Icon="share-settings.png"