call screen: fix buttons background

Change-Id: I2da7df666bb718ee87f1aaffddfdefcd10705f63
diff --git a/src/ChoosePluginHandlerVC.mm b/src/ChoosePluginHandlerVC.mm
index c4bf8ac..4067562 100644
--- a/src/ChoosePluginHandlerVC.mm
+++ b/src/ChoosePluginHandlerVC.mm
@@ -66,7 +66,7 @@
 
 -(void)updateConstrains {
     CGFloat tableHeight = PLUGIN_ROW_HEIGHT * availableHandlers.size();
-    CGFloat tableWidth = [self getTableWidth] + 120;
+    CGFloat tableWidth = [self getTableWidth] + 180;
     tableHeightConstraint.constant = tableHeight;
     tableWidthConstraint.constant = tableWidth;
 }
diff --git a/ui/Base.lproj/CallInConferenceVC.xib b/ui/Base.lproj/CallInConferenceVC.xib
index 7ec5a00..22d9bb7 100644
--- a/ui/Base.lproj/CallInConferenceVC.xib
+++ b/ui/Base.lproj/CallInConferenceVC.xib
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17156" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17156"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>
@@ -65,7 +65,7 @@
                             </buttonCell>
                             <userDefinedRuntimeAttributes>
                                 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
-                                    <color key="value" red="0.94509803920000002" green="0.16078431369999999" blue="0.0" alpha="0.83999999999999997" colorSpace="calibratedRGB"/>
+                                    <color key="value" red="0.56416362519999996" green="0.10639867929999999" blue="0.12937241790000001" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
                                 </userDefinedRuntimeAttribute>
                                 <userDefinedRuntimeAttribute type="number" keyPath="imageInsets">
                                     <integer key="value" value="6"/>
@@ -122,6 +122,6 @@
         </customView>
     </objects>
     <resources>
-        <image name="ic_action_cancel" width="72" height="72"/>
+        <image name="ic_action_cancel" width="70" height="70"/>
     </resources>
 </document>
diff --git a/ui/Base.lproj/ChoosePluginHandlerVC.xib b/ui/Base.lproj/ChoosePluginHandlerVC.xib
index f4324a3..106a1e3 100644
--- a/ui/Base.lproj/ChoosePluginHandlerVC.xib
+++ b/ui/Base.lproj/ChoosePluginHandlerVC.xib
@@ -81,7 +81,7 @@
                                                     </switch>
                                                 </subviews>
                                                 <constraints>
-                                                    <constraint firstItem="lCd-yk-3JN" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="zS5-oB-zx4" secondAttribute="trailing" constant="10" id="0Nx-U6-IZO"/>
+                                                    <constraint firstItem="lCd-yk-3JN" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="zS5-oB-zx4" secondAttribute="trailing" constant="60" id="0Nx-U6-IZO"/>
                                                     <constraint firstItem="24C-KD-RH9" firstAttribute="centerY" secondItem="CCW-JE-rOQ" secondAttribute="centerY" id="BuK-L2-v0H"/>
                                                     <constraint firstAttribute="trailing" secondItem="lCd-yk-3JN" secondAttribute="trailing" constant="15" id="F9Y-85-EpT"/>
                                                     <constraint firstItem="lCd-yk-3JN" firstAttribute="centerY" secondItem="CCW-JE-rOQ" secondAttribute="centerY" id="PFp-xj-rS7"/>
diff --git a/ui/Base.lproj/CurrentCall.xib b/ui/Base.lproj/CurrentCall.xib
index c2a631e..9f5e65c 100644
--- a/ui/Base.lproj/CurrentCall.xib
+++ b/ui/Base.lproj/CurrentCall.xib
@@ -865,9 +865,6 @@
                                                 <userDefinedRuntimeAttribute type="color" keyPath="hoverDarkColor">
                                                     <color key="value" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                                 </userDefinedRuntimeAttribute>
-                                                <userDefinedRuntimeAttribute type="color" keyPath="imagePressedColor">
-                                                    <color key="value" name="systemRedColor" catalog="System" colorSpace="catalog"/>
-                                                </userDefinedRuntimeAttribute>
                                             </userDefinedRuntimeAttributes>
                                             <connections>
                                                 <action selector="toggleShare:" target="-2" id="uYz-nA-eMC"/>
@@ -942,6 +939,9 @@
                                                 <userDefinedRuntimeAttribute type="color" keyPath="imageDarkColor">
                                                     <color key="value" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                                 </userDefinedRuntimeAttribute>
+                                                <userDefinedRuntimeAttribute type="color" keyPath="hoverDarkColor">
+                                                    <color key="value" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
+                                                </userDefinedRuntimeAttribute>
                                                 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
                                                     <color key="value" red="0.1137239709" green="0.1137244478" blue="0.1137255356" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
                                                 </userDefinedRuntimeAttribute>