Browse Source

【2025】【组件库】滑动条更新

niehaoyu 2 months ago
parent
commit
767feb301e
16 changed files with 68 additions and 80 deletions
  1. 0 12
      PDF Office/KMComponentLibrary/KMComponentLibrary/Component.xcassets/Type_empty.imageset/Contents.json
  2. BIN
      PDF Office/KMComponentLibrary/KMComponentLibrary/Component.xcassets/Type_empty.imageset/Type_empty.pdf
  3. 4 4
      PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.swift
  4. 11 11
      PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.xib
  5. 8 8
      PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSliderPoint/ComponentSliderPoint.swift
  6. 2 2
      PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/Eraser/KMEraserController.xib
  7. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditImageController.xib
  8. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditPDFTextPropertyViewController.xib
  9. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Fill_Date/FillDateController.xib
  10. 4 4
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Fill_Tick/FillTickController.xib
  11. 3 3
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Highlight/KMHighlightController.xib
  12. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Line/KMLineController.xib
  13. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Measure/KMMeasureController.xib
  14. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Pen/KMPenController.xib
  15. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Rectangle/KMRectangleController.xib
  16. 6 6
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/TextBox/KMTextBoxController.xib

+ 0 - 12
PDF Office/KMComponentLibrary/KMComponentLibrary/Component.xcassets/Type_empty.imageset/Contents.json

@@ -1,12 +0,0 @@
-{
-  "images" : [
-    {
-      "filename" : "Type_empty.pdf",
-      "idiom" : "universal"
-    }
-  ],
-  "info" : {
-    "author" : "xcode",
-    "version" : 1
-  }
-}

BIN
PDF Office/KMComponentLibrary/KMComponentLibrary/Component.xcassets/Type_empty.imageset/Type_empty.pdf


+ 4 - 4
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.swift

@@ -135,10 +135,10 @@ public class ComponentSlider: ComponentBaseXibView {
         upBox.frame = upFrame
         
         var sliderPointFrame = CGRectZero
-        sliderPointFrame.size.width = 16
-        sliderPointFrame.size.height = 16
-        sliderPointFrame.origin.y = CGRectGetHeight(sliderBGView.frame)/2 - 8
-        sliderPointFrame.origin.x = CGRectGetWidth(sliderBGView.frame) * properties.percent - 8 + 8
+        sliderPointFrame.size.width = 12
+        sliderPointFrame.size.height = 12
+        sliderPointFrame.origin.y = CGRectGetHeight(sliderBGView.frame)/2 - 6
+        sliderPointFrame.origin.x = (CGRectGetWidth(sliderBGView.frame) - 12) * properties.percent
         sliderPoint.frame = sliderPointFrame
         
         if draged {

+ 11 - 11
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSlider.xib

@@ -22,20 +22,20 @@
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
             <subviews>
                 <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="r9G-JW-6fU">
-                    <rect key="frame" x="8" y="0.0" width="344" height="40"/>
+                    <rect key="frame" x="0.0" y="0.0" width="360" height="40"/>
                     <view key="contentView" id="wNM-LL-DmW">
-                        <rect key="frame" x="0.0" y="0.0" width="344" height="40"/>
+                        <rect key="frame" x="0.0" y="0.0" width="360" height="40"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                         <subviews>
                             <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9AB-vP-I5h">
-                                <rect key="frame" x="0.0" y="0.0" width="344" height="40"/>
+                                <rect key="frame" x="0.0" y="0.0" width="360" height="40"/>
                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                 <subviews>
                                     <box fixedFrame="YES" boxType="custom" cornerRadius="2" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="axx-9V-fmT">
-                                        <rect key="frame" x="0.0" y="18" width="344" height="4"/>
+                                        <rect key="frame" x="0.0" y="18" width="360" height="4"/>
                                         <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                         <view key="contentView" id="lww-xg-O7k">
-                                            <rect key="frame" x="1" y="1" width="342" height="2"/>
+                                            <rect key="frame" x="1" y="1" width="358" height="2"/>
                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                         </view>
                                     </box>
@@ -47,19 +47,19 @@
                                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                         </view>
                                     </box>
+                                    <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lZ8-WZ-fWl" customClass="ComponentSliderPoint" customModule="KMComponentLibrary" customModuleProvider="target">
+                                        <rect key="frame" x="172" y="12" width="16" height="16"/>
+                                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
+                                    </customView>
                                 </subviews>
                             </customView>
                         </subviews>
                     </view>
                 </box>
-                <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lZ8-WZ-fWl" customClass="ComponentSliderPoint" customModule="KMComponentLibrary" customModuleProvider="target">
-                    <rect key="frame" x="172" y="12" width="16" height="16"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
-                </customView>
             </subviews>
             <constraints>
-                <constraint firstItem="r9G-JW-6fU" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="235-9g-ygX"/>
-                <constraint firstAttribute="trailing" secondItem="r9G-JW-6fU" secondAttribute="trailing" constant="8" id="K08-8U-kih"/>
+                <constraint firstItem="r9G-JW-6fU" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="235-9g-ygX"/>
+                <constraint firstAttribute="trailing" secondItem="r9G-JW-6fU" secondAttribute="trailing" id="K08-8U-kih"/>
                 <constraint firstItem="r9G-JW-6fU" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="YaN-OQ-4Vw"/>
                 <constraint firstAttribute="bottom" secondItem="r9G-JW-6fU" secondAttribute="bottom" id="eCD-Hl-uvd"/>
             </constraints>

+ 8 - 8
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Slider/ComponentSliderPoint/ComponentSliderPoint.swift

@@ -67,20 +67,20 @@ public class ComponentSliderPoint: ComponentBaseXibView {
             self.contendBox.borderColor = properties.propertyInfo.color_dis
             
         } else {
-            if self.isMouseEnter == true {
-                self.contendWidthConst.constant = 16
-                self.contendBox.cornerRadius = self.contendWidthConst.constant/2
-                self.contendBox.borderWidth = 3
-                
-                self.contendBox.borderColor = properties.propertyInfo.lineColor_hov
-            } else {
+//            if self.isMouseEnter == true {
+//                self.contendWidthConst.constant = 16
+//                self.contendBox.cornerRadius = self.contendWidthConst.constant/2
+//                self.contendBox.borderWidth = 3
+//                
+//                self.contendBox.borderColor = properties.propertyInfo.lineColor_hov
+//            } else {
                 self.contendWidthConst.constant = 12
                 self.contendBox.cornerRadius = self.contendWidthConst.constant/2
                 self.contendBox.borderWidth = 2
                 
                 self.contendBox.borderColor = properties.propertyInfo.lineColor_nor
                 
-            }
+//            }
         }
     }
     

+ 2 - 2
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/Eraser/KMEraserController.xib

@@ -57,7 +57,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="property_eraser" id="Oaq-TA-XUs"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="OCq-vw-See" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="A1x-qA-k2Z"/>
                                             </constraints>
@@ -71,7 +71,7 @@
                                         </customView>
                                     </subviews>
                                     <constraints>
-                                        <constraint firstItem="fT5-db-9Ln" firstAttribute="leading" secondItem="OCq-vw-See" secondAttribute="trailing" constant="8" id="1C9-Og-ApN"/>
+                                        <constraint firstItem="fT5-db-9Ln" firstAttribute="leading" secondItem="OCq-vw-See" secondAttribute="trailing" constant="10" id="1C9-Og-ApN"/>
                                         <constraint firstItem="OCq-vw-See" firstAttribute="leading" secondItem="ceL-y4-Pvo" secondAttribute="leading" constant="24" id="8F2-LY-p6X"/>
                                         <constraint firstAttribute="trailing" secondItem="fT5-db-9Ln" secondAttribute="trailing" id="HAv-Rc-A0B"/>
                                         <constraint firstItem="l5j-ki-Ot7" firstAttribute="leading" secondItem="ceL-y4-Pvo" secondAttribute="leading" id="KJp-Zh-00O"/>

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditImageController.xib

@@ -253,7 +253,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="eCF-8V-TPR"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="IDn-kE-RRr" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="y0D-oD-5FJ"/>
                                             </constraints>
@@ -269,7 +269,7 @@
                                     <constraints>
                                         <constraint firstItem="g2L-6i-iTF" firstAttribute="centerY" secondItem="6go-mZ-DsC" secondAttribute="centerY" id="Ax3-2q-I7Z"/>
                                         <constraint firstAttribute="trailing" secondItem="AMT-VE-5Un" secondAttribute="trailing" id="G5x-yf-JJz"/>
-                                        <constraint firstItem="AMT-VE-5Un" firstAttribute="leading" secondItem="IDn-kE-RRr" secondAttribute="trailing" constant="8" id="JKa-qF-R40"/>
+                                        <constraint firstItem="AMT-VE-5Un" firstAttribute="leading" secondItem="IDn-kE-RRr" secondAttribute="trailing" constant="10" id="JKa-qF-R40"/>
                                         <constraint firstItem="g2L-6i-iTF" firstAttribute="leading" secondItem="6go-mZ-DsC" secondAttribute="leading" id="OaX-DG-Ztf"/>
                                         <constraint firstItem="AMT-VE-5Un" firstAttribute="centerY" secondItem="6go-mZ-DsC" secondAttribute="centerY" id="dWt-CC-NeG"/>
                                         <constraint firstAttribute="height" constant="32" id="iQF-Nf-OYZ"/>

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditPDFTextPropertyViewController.xib

@@ -195,7 +195,7 @@
                                                 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="OCH-tI-BPw"/>
                                             </imageView>
                                             <customView translatesAutoresizingMaskIntoConstraints="NO" id="SWP-Uf-jhj" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                                <rect key="frame" x="24" y="8" width="118" height="16"/>
                                                 <constraints>
                                                     <constraint firstAttribute="height" constant="16" id="gey-g0-Vkq"/>
                                                 </constraints>
@@ -209,7 +209,7 @@
                                             </customView>
                                         </subviews>
                                         <constraints>
-                                            <constraint firstItem="Him-Wx-4Hg" firstAttribute="leading" secondItem="SWP-Uf-jhj" secondAttribute="trailing" constant="8" id="1Uc-fC-Jnq"/>
+                                            <constraint firstItem="Him-Wx-4Hg" firstAttribute="leading" secondItem="SWP-Uf-jhj" secondAttribute="trailing" constant="10" id="1Uc-fC-Jnq"/>
                                             <constraint firstAttribute="height" constant="32" id="IyN-5g-FJs"/>
                                             <constraint firstAttribute="trailing" secondItem="Him-Wx-4Hg" secondAttribute="trailing" id="bhe-tx-s4Z"/>
                                             <constraint firstItem="SWP-Uf-jhj" firstAttribute="centerY" secondItem="zyc-CA-K4P" secondAttribute="centerY" id="fRU-UF-mcP"/>

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Fill_Date/FillDateController.xib

@@ -207,7 +207,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="XdG-TG-8Bz"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="bIT-fe-O9Q" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="1SV-KD-YAu"/>
                                             </constraints>
@@ -226,7 +226,7 @@
                                         <constraint firstItem="lci-XU-B7E" firstAttribute="top" secondItem="4yJ-9Q-Gia" secondAttribute="top" id="UmN-47-5et"/>
                                         <constraint firstItem="bIT-fe-O9Q" firstAttribute="centerY" secondItem="4yJ-9Q-Gia" secondAttribute="centerY" id="UsC-Ap-7pm"/>
                                         <constraint firstItem="bIT-fe-O9Q" firstAttribute="leading" secondItem="4yJ-9Q-Gia" secondAttribute="leading" constant="24" id="XKl-02-bdc"/>
-                                        <constraint firstItem="lci-XU-B7E" firstAttribute="leading" secondItem="bIT-fe-O9Q" secondAttribute="trailing" constant="8" id="i2O-XY-faF"/>
+                                        <constraint firstItem="lci-XU-B7E" firstAttribute="leading" secondItem="bIT-fe-O9Q" secondAttribute="trailing" constant="10" id="i2O-XY-faF"/>
                                         <constraint firstItem="p1k-Sr-Q3w" firstAttribute="leading" secondItem="4yJ-9Q-Gia" secondAttribute="leading" id="qk0-j2-OXQ"/>
                                         <constraint firstItem="p1k-Sr-Q3w" firstAttribute="centerY" secondItem="4yJ-9Q-Gia" secondAttribute="centerY" id="sKg-uR-KfF"/>
                                     </constraints>

+ 4 - 4
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Fill_Tick/FillTickController.xib

@@ -77,7 +77,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="17I-Kr-kio"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="lZl-is-bCi" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="Qb6-aK-RHg"/>
                                             </constraints>
@@ -98,7 +98,7 @@
                                         <constraint firstItem="tbc-3U-ryQ" firstAttribute="top" secondItem="tza-jW-nAa" secondAttribute="top" id="Qqs-dW-TVt"/>
                                         <constraint firstAttribute="trailing" secondItem="tbc-3U-ryQ" secondAttribute="trailing" id="YfY-xz-Wvj"/>
                                         <constraint firstItem="lZl-is-bCi" firstAttribute="centerY" secondItem="tza-jW-nAa" secondAttribute="centerY" id="cit-Zn-tZX"/>
-                                        <constraint firstItem="tbc-3U-ryQ" firstAttribute="leading" secondItem="lZl-is-bCi" secondAttribute="trailing" constant="8" id="hQn-w0-LIn"/>
+                                        <constraint firstItem="tbc-3U-ryQ" firstAttribute="leading" secondItem="lZl-is-bCi" secondAttribute="trailing" constant="10" id="hQn-w0-LIn"/>
                                     </constraints>
                                 </customView>
                             </subviews>
@@ -149,7 +149,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="4Ff-OX-S1C"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Wfe-Rz-V09" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="wbO-ad-Jkk"/>
                                             </constraints>
@@ -163,7 +163,7 @@
                                         </customView>
                                     </subviews>
                                     <constraints>
-                                        <constraint firstItem="UDp-gm-hse" firstAttribute="leading" secondItem="Wfe-Rz-V09" secondAttribute="trailing" constant="8" id="2gH-w4-rHY"/>
+                                        <constraint firstItem="UDp-gm-hse" firstAttribute="leading" secondItem="Wfe-Rz-V09" secondAttribute="trailing" constant="10" id="2gH-w4-rHY"/>
                                         <constraint firstItem="UDp-gm-hse" firstAttribute="top" secondItem="4ET-iY-ZAk" secondAttribute="top" id="STQ-yg-XdR"/>
                                         <constraint firstAttribute="height" constant="32" id="XEe-HO-7fb"/>
                                         <constraint firstItem="Wfe-Rz-V09" firstAttribute="centerY" secondItem="4ET-iY-ZAk" secondAttribute="centerY" id="YJR-4m-OoL"/>

+ 3 - 3
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Highlight/KMHighlightController.xib

@@ -64,7 +64,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="Fom-Vt-4Ne"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="UP4-TP-PtY" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="Omc-0E-qCu"/>
                                             </constraints>
@@ -78,13 +78,13 @@
                                         </customView>
                                     </subviews>
                                     <constraints>
-                                        <constraint firstItem="UP4-TP-PtY" firstAttribute="leading" secondItem="Eg4-p9-fqD" secondAttribute="leading" constant="24" id="2zu-pt-XU7"/>
                                         <constraint firstAttribute="trailing" secondItem="AJH-zv-LZp" secondAttribute="trailing" id="5Vk-yc-FgU"/>
+                                        <constraint firstItem="UP4-TP-PtY" firstAttribute="leading" secondItem="hZY-P2-dUr" secondAttribute="trailing" constant="4" id="Qg5-mg-Cwn"/>
                                         <constraint firstItem="hZY-P2-dUr" firstAttribute="centerY" secondItem="Eg4-p9-fqD" secondAttribute="centerY" id="bOe-JR-KSy"/>
                                         <constraint firstAttribute="height" constant="32" id="dkX-Mq-npi"/>
                                         <constraint firstItem="hZY-P2-dUr" firstAttribute="leading" secondItem="Eg4-p9-fqD" secondAttribute="leading" id="e6k-qZ-F1w"/>
                                         <constraint firstItem="UP4-TP-PtY" firstAttribute="centerY" secondItem="Eg4-p9-fqD" secondAttribute="centerY" id="iR9-GR-uxI"/>
-                                        <constraint firstItem="AJH-zv-LZp" firstAttribute="leading" secondItem="UP4-TP-PtY" secondAttribute="trailing" constant="8" id="mLg-v9-LNx"/>
+                                        <constraint firstItem="AJH-zv-LZp" firstAttribute="leading" secondItem="UP4-TP-PtY" secondAttribute="trailing" constant="10" id="mLg-v9-LNx"/>
                                         <constraint firstItem="AJH-zv-LZp" firstAttribute="top" secondItem="Eg4-p9-fqD" secondAttribute="top" id="sit-W6-gqn"/>
                                     </constraints>
                                 </customView>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Line/KMLineController.xib

@@ -76,7 +76,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="F1m-gP-Nlp"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="6lP-9i-fPF" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="XMh-xb-FSv"/>
                                             </constraints>
@@ -94,7 +94,7 @@
                                         <constraint firstAttribute="trailing" secondItem="ujl-hk-9OV" secondAttribute="trailing" id="F91-g2-cvK"/>
                                         <constraint firstItem="ujl-hk-9OV" firstAttribute="top" secondItem="ed5-j1-pFS" secondAttribute="top" id="G06-YP-iKM"/>
                                         <constraint firstItem="6lP-9i-fPF" firstAttribute="leading" secondItem="ed5-j1-pFS" secondAttribute="leading" constant="24" id="PEL-if-Cei"/>
-                                        <constraint firstItem="ujl-hk-9OV" firstAttribute="leading" secondItem="6lP-9i-fPF" secondAttribute="trailing" constant="8" id="UFe-K1-phQ"/>
+                                        <constraint firstItem="ujl-hk-9OV" firstAttribute="leading" secondItem="6lP-9i-fPF" secondAttribute="trailing" constant="10" id="UFe-K1-phQ"/>
                                         <constraint firstItem="xbZ-uh-tTa" firstAttribute="centerY" secondItem="ed5-j1-pFS" secondAttribute="centerY" id="V9W-aW-vrk"/>
                                         <constraint firstItem="6lP-9i-fPF" firstAttribute="centerY" secondItem="ed5-j1-pFS" secondAttribute="centerY" id="f5O-8O-J94"/>
                                         <constraint firstAttribute="height" constant="32" id="vab-9T-akU"/>
@@ -157,7 +157,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="j20-Pi-kQG"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="4R7-2m-AiN" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="yD5-1r-c5v"/>
                                             </constraints>
@@ -171,7 +171,7 @@
                                         </customView>
                                     </subviews>
                                     <constraints>
-                                        <constraint firstItem="rFC-pp-qNX" firstAttribute="leading" secondItem="4R7-2m-AiN" secondAttribute="trailing" constant="8" id="5lb-BV-kxH"/>
+                                        <constraint firstItem="rFC-pp-qNX" firstAttribute="leading" secondItem="4R7-2m-AiN" secondAttribute="trailing" constant="10" id="5lb-BV-kxH"/>
                                         <constraint firstItem="4R7-2m-AiN" firstAttribute="leading" secondItem="qex-wc-VqE" secondAttribute="leading" constant="24" id="B43-t3-qmM"/>
                                         <constraint firstItem="rFC-pp-qNX" firstAttribute="top" secondItem="qex-wc-VqE" secondAttribute="top" id="Xey-Nx-Z8Y"/>
                                         <constraint firstItem="4R7-2m-AiN" firstAttribute="centerY" secondItem="qex-wc-VqE" secondAttribute="centerY" id="akS-r9-l2Q"/>
@@ -193,7 +193,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="kmT-Cn-h4q"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Usp-iS-x9E" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="28" y="8" width="116" height="16"/>
+                                            <rect key="frame" x="28" y="8" width="114" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="RMZ-Ts-MXF"/>
                                             </constraints>
@@ -209,7 +209,7 @@
                                     <constraints>
                                         <constraint firstItem="QlC-kP-91w" firstAttribute="centerY" secondItem="vvw-Rp-iXy" secondAttribute="centerY" id="1CH-HO-9fS"/>
                                         <constraint firstItem="92a-wa-LG6" firstAttribute="top" secondItem="vvw-Rp-iXy" secondAttribute="top" id="6VC-Av-mPb"/>
-                                        <constraint firstItem="92a-wa-LG6" firstAttribute="leading" secondItem="Usp-iS-x9E" secondAttribute="trailing" constant="8" id="I8F-xu-cwe"/>
+                                        <constraint firstItem="92a-wa-LG6" firstAttribute="leading" secondItem="Usp-iS-x9E" secondAttribute="trailing" constant="10" id="I8F-xu-cwe"/>
                                         <constraint firstItem="QlC-kP-91w" firstAttribute="leading" secondItem="vvw-Rp-iXy" secondAttribute="leading" id="NvK-c6-KCB"/>
                                         <constraint firstAttribute="trailing" secondItem="92a-wa-LG6" secondAttribute="trailing" id="hKI-5x-BIH"/>
                                         <constraint firstItem="Usp-iS-x9E" firstAttribute="centerY" secondItem="vvw-Rp-iXy" secondAttribute="centerY" id="oNc-da-UZh"/>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Measure/KMMeasureController.xib

@@ -116,7 +116,7 @@
                                                     <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="Lwx-6Y-vw6"/>
                                                 </imageView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="SBZ-oI-zM3" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                    <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                                    <rect key="frame" x="24" y="8" width="118" height="16"/>
                                                     <constraints>
                                                         <constraint firstAttribute="height" constant="16" id="at6-Eh-YRQ"/>
                                                     </constraints>
@@ -136,7 +136,7 @@
                                                 <constraint firstItem="Qm6-qJ-JOs" firstAttribute="centerY" secondItem="66x-lq-wad" secondAttribute="centerY" id="Tit-XK-rnc"/>
                                                 <constraint firstAttribute="height" constant="32" id="eVc-d7-4Rk"/>
                                                 <constraint firstItem="SBZ-oI-zM3" firstAttribute="centerY" secondItem="66x-lq-wad" secondAttribute="centerY" id="qDK-XK-DfR"/>
-                                                <constraint firstItem="FQ5-7Z-Y91" firstAttribute="leading" secondItem="SBZ-oI-zM3" secondAttribute="trailing" constant="8" id="tsD-hY-KfB"/>
+                                                <constraint firstItem="FQ5-7Z-Y91" firstAttribute="leading" secondItem="SBZ-oI-zM3" secondAttribute="trailing" constant="10" id="tsD-hY-KfB"/>
                                                 <constraint firstItem="Qm6-qJ-JOs" firstAttribute="leading" secondItem="66x-lq-wad" secondAttribute="leading" id="yOb-1J-fEg"/>
                                             </constraints>
                                         </customView>
@@ -234,7 +234,7 @@
                                                     <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="AdQ-tr-UCb"/>
                                                 </imageView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="TXy-FQ-evB" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                    <rect key="frame" x="28" y="8" width="116" height="16"/>
+                                                    <rect key="frame" x="28" y="8" width="114" height="16"/>
                                                     <constraints>
                                                         <constraint firstAttribute="height" constant="16" id="Ll9-2t-K0W"/>
                                                     </constraints>
@@ -250,7 +250,7 @@
                                             <constraints>
                                                 <constraint firstItem="OXF-Qg-yXx" firstAttribute="top" secondItem="gMR-TK-DDc" secondAttribute="top" id="03y-q7-hlA"/>
                                                 <constraint firstItem="a5F-TX-AIo" firstAttribute="leading" secondItem="gMR-TK-DDc" secondAttribute="leading" id="PdT-Wy-2mM"/>
-                                                <constraint firstItem="OXF-Qg-yXx" firstAttribute="leading" secondItem="TXy-FQ-evB" secondAttribute="trailing" constant="8" id="SUB-TF-DDx"/>
+                                                <constraint firstItem="OXF-Qg-yXx" firstAttribute="leading" secondItem="TXy-FQ-evB" secondAttribute="trailing" constant="10" id="SUB-TF-DDx"/>
                                                 <constraint firstItem="a5F-TX-AIo" firstAttribute="centerY" secondItem="gMR-TK-DDc" secondAttribute="centerY" id="UEc-kk-eA1"/>
                                                 <constraint firstAttribute="height" constant="32" id="dl6-HT-qnv"/>
                                                 <constraint firstItem="TXy-FQ-evB" firstAttribute="leading" secondItem="gMR-TK-DDc" secondAttribute="leading" constant="28" id="iI0-nD-hKN"/>
@@ -270,7 +270,7 @@
                                                     <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="pWD-Rg-GYf"/>
                                                 </imageView>
                                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="8Av-lC-XF8" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                                    <rect key="frame" x="28" y="8" width="116" height="16"/>
+                                                    <rect key="frame" x="28" y="8" width="114" height="16"/>
                                                     <constraints>
                                                         <constraint firstAttribute="height" constant="16" id="ulB-ts-tTS"/>
                                                     </constraints>
@@ -289,7 +289,7 @@
                                                 <constraint firstItem="Frc-1y-n0R" firstAttribute="leading" secondItem="gBk-8s-FgR" secondAttribute="leading" id="GYS-sm-hM6"/>
                                                 <constraint firstItem="8Av-lC-XF8" firstAttribute="leading" secondItem="gBk-8s-FgR" secondAttribute="leading" constant="28" id="OzE-4b-lKi"/>
                                                 <constraint firstAttribute="height" constant="32" id="P7G-wc-X57"/>
-                                                <constraint firstItem="nUG-xn-B8f" firstAttribute="leading" secondItem="8Av-lC-XF8" secondAttribute="trailing" constant="8" id="aY2-HS-rkO"/>
+                                                <constraint firstItem="nUG-xn-B8f" firstAttribute="leading" secondItem="8Av-lC-XF8" secondAttribute="trailing" constant="10" id="aY2-HS-rkO"/>
                                                 <constraint firstItem="Frc-1y-n0R" firstAttribute="centerY" secondItem="gBk-8s-FgR" secondAttribute="centerY" id="lHe-HZ-Fyv"/>
                                                 <constraint firstItem="nUG-xn-B8f" firstAttribute="top" secondItem="gBk-8s-FgR" secondAttribute="top" id="xvQ-96-EP7"/>
                                             </constraints>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Pen/KMPenController.xib

@@ -72,7 +72,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="sBL-Z1-jTP"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="KDZ-cB-TkN" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="3qt-iy-wpO"/>
                                             </constraints>
@@ -90,7 +90,7 @@
                                         <constraint firstAttribute="trailing" secondItem="Tvp-kB-R4T" secondAttribute="trailing" id="5UV-MG-St9"/>
                                         <constraint firstAttribute="height" constant="32" id="IOZ-hv-p2x"/>
                                         <constraint firstItem="Tvp-kB-R4T" firstAttribute="top" secondItem="7iA-yQ-Wxn" secondAttribute="top" id="XJE-0Z-LdA"/>
-                                        <constraint firstItem="Tvp-kB-R4T" firstAttribute="leading" secondItem="KDZ-cB-TkN" secondAttribute="trailing" constant="8" id="XKb-eV-Z6c"/>
+                                        <constraint firstItem="Tvp-kB-R4T" firstAttribute="leading" secondItem="KDZ-cB-TkN" secondAttribute="trailing" constant="10" id="XKb-eV-Z6c"/>
                                         <constraint firstItem="Oar-ro-T1O" firstAttribute="centerY" secondItem="7iA-yQ-Wxn" secondAttribute="centerY" id="gcm-bn-KU0"/>
                                         <constraint firstItem="KDZ-cB-TkN" firstAttribute="centerY" secondItem="7iA-yQ-Wxn" secondAttribute="centerY" id="sxa-FQ-BLs"/>
                                         <constraint firstItem="KDZ-cB-TkN" firstAttribute="leading" secondItem="7iA-yQ-Wxn" secondAttribute="leading" constant="24" id="xD2-Lf-8xm"/>
@@ -153,7 +153,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="fZ0-AD-ry6"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="emO-bT-9PY" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="3yL-uj-keR"/>
                                             </constraints>
@@ -171,7 +171,7 @@
                                         <constraint firstItem="Goc-Hz-nNM" firstAttribute="leading" secondItem="hDQ-AO-zYF" secondAttribute="leading" id="4Sf-BU-Ck0"/>
                                         <constraint firstItem="emO-bT-9PY" firstAttribute="leading" secondItem="hDQ-AO-zYF" secondAttribute="leading" constant="24" id="Snx-Ui-zAc"/>
                                         <constraint firstAttribute="height" constant="32" id="dxs-Jw-ra5"/>
-                                        <constraint firstItem="ngL-wR-FYP" firstAttribute="leading" secondItem="emO-bT-9PY" secondAttribute="trailing" constant="8" id="rIl-Nc-ctB"/>
+                                        <constraint firstItem="ngL-wR-FYP" firstAttribute="leading" secondItem="emO-bT-9PY" secondAttribute="trailing" constant="10" id="rIl-Nc-ctB"/>
                                         <constraint firstItem="ngL-wR-FYP" firstAttribute="top" secondItem="hDQ-AO-zYF" secondAttribute="top" id="sAB-AH-gBL"/>
                                         <constraint firstAttribute="trailing" secondItem="ngL-wR-FYP" secondAttribute="trailing" id="t0c-Z1-7tr"/>
                                         <constraint firstItem="Goc-Hz-nNM" firstAttribute="centerY" secondItem="hDQ-AO-zYF" secondAttribute="centerY" id="w2h-7v-yan"/>
@@ -189,7 +189,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="iWF-Zc-6Ib"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Tx8-cX-vrt" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="h1J-59-My3"/>
                                             </constraints>
@@ -208,7 +208,7 @@
                                         <constraint firstItem="leL-IW-pYm" firstAttribute="top" secondItem="wyI-tl-SHg" secondAttribute="top" id="Hj1-af-1sC"/>
                                         <constraint firstItem="Tx8-cX-vrt" firstAttribute="centerY" secondItem="wyI-tl-SHg" secondAttribute="centerY" id="HyT-IA-sUC"/>
                                         <constraint firstItem="IJk-ZX-K1d" firstAttribute="leading" secondItem="wyI-tl-SHg" secondAttribute="leading" id="Qnm-LR-8NS"/>
-                                        <constraint firstItem="leL-IW-pYm" firstAttribute="leading" secondItem="Tx8-cX-vrt" secondAttribute="trailing" constant="8" id="kmd-9I-ICH"/>
+                                        <constraint firstItem="leL-IW-pYm" firstAttribute="leading" secondItem="Tx8-cX-vrt" secondAttribute="trailing" constant="10" id="kmd-9I-ICH"/>
                                         <constraint firstAttribute="height" constant="32" id="tAz-Eo-dTc"/>
                                         <constraint firstItem="IJk-ZX-K1d" firstAttribute="centerY" secondItem="wyI-tl-SHg" secondAttribute="centerY" id="yhb-pV-eba"/>
                                     </constraints>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Rectangle/KMRectangleController.xib

@@ -73,7 +73,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="dQo-FV-hMd"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="Zbg-3t-Wit" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="Xf0-yB-juv"/>
                                             </constraints>
@@ -92,7 +92,7 @@
                                         <constraint firstItem="E0I-t4-Bie" firstAttribute="leading" secondItem="wTC-6L-dUT" secondAttribute="leading" id="MC7-hc-HUg"/>
                                         <constraint firstAttribute="height" constant="32" id="OaE-Fe-f2h"/>
                                         <constraint firstItem="2ts-9c-YED" firstAttribute="top" secondItem="wTC-6L-dUT" secondAttribute="top" id="RmT-Hs-9fH"/>
-                                        <constraint firstItem="2ts-9c-YED" firstAttribute="leading" secondItem="Zbg-3t-Wit" secondAttribute="trailing" constant="8" id="TqH-J3-Xfy"/>
+                                        <constraint firstItem="2ts-9c-YED" firstAttribute="leading" secondItem="Zbg-3t-Wit" secondAttribute="trailing" constant="10" id="TqH-J3-Xfy"/>
                                         <constraint firstItem="Zbg-3t-Wit" firstAttribute="leading" secondItem="wTC-6L-dUT" secondAttribute="leading" constant="24" id="YRX-N3-j7z"/>
                                         <constraint firstAttribute="trailing" secondItem="2ts-9c-YED" secondAttribute="trailing" id="vfU-5c-lAc"/>
                                     </constraints>
@@ -184,7 +184,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="Stq-Q5-IA3"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="H77-oF-Juy" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="sUx-xH-D8g"/>
                                             </constraints>
@@ -202,7 +202,7 @@
                                         <constraint firstAttribute="height" constant="32" id="6bi-70-ops"/>
                                         <constraint firstItem="H77-oF-Juy" firstAttribute="leading" secondItem="jvB-SA-Vl9" secondAttribute="leading" constant="24" id="BM5-0r-P5F"/>
                                         <constraint firstItem="j0a-pw-XEQ" firstAttribute="top" secondItem="jvB-SA-Vl9" secondAttribute="top" id="G1N-Ce-IBd"/>
-                                        <constraint firstItem="j0a-pw-XEQ" firstAttribute="leading" secondItem="H77-oF-Juy" secondAttribute="trailing" constant="8" id="gGr-7o-es8"/>
+                                        <constraint firstItem="j0a-pw-XEQ" firstAttribute="leading" secondItem="H77-oF-Juy" secondAttribute="trailing" constant="10" id="gGr-7o-es8"/>
                                         <constraint firstAttribute="trailing" secondItem="j0a-pw-XEQ" secondAttribute="trailing" id="rRz-Zo-17G"/>
                                         <constraint firstItem="9cX-UN-FUm" firstAttribute="centerY" secondItem="jvB-SA-Vl9" secondAttribute="centerY" id="sAK-6l-muB"/>
                                         <constraint firstItem="9cX-UN-FUm" firstAttribute="leading" secondItem="jvB-SA-Vl9" secondAttribute="leading" id="xLd-RS-GT1"/>
@@ -220,7 +220,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="Mze-7Q-CnT"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="9OD-GU-VyY" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="Szz-Tv-pQC"/>
                                             </constraints>
@@ -238,7 +238,7 @@
                                         <constraint firstItem="fQ4-fz-qYw" firstAttribute="top" secondItem="TzE-Ib-oFl" secondAttribute="top" id="D5J-ko-S8b"/>
                                         <constraint firstAttribute="height" constant="32" id="J2d-EN-xcS"/>
                                         <constraint firstItem="9OD-GU-VyY" firstAttribute="centerY" secondItem="TzE-Ib-oFl" secondAttribute="centerY" id="Ja5-HV-aen"/>
-                                        <constraint firstItem="fQ4-fz-qYw" firstAttribute="leading" secondItem="9OD-GU-VyY" secondAttribute="trailing" constant="8" id="JhJ-hK-8Jj"/>
+                                        <constraint firstItem="fQ4-fz-qYw" firstAttribute="leading" secondItem="9OD-GU-VyY" secondAttribute="trailing" constant="10" id="JhJ-hK-8Jj"/>
                                         <constraint firstItem="wLJ-ha-Ksk" firstAttribute="leading" secondItem="TzE-Ib-oFl" secondAttribute="leading" id="YCC-CF-gVB"/>
                                         <constraint firstAttribute="trailing" secondItem="fQ4-fz-qYw" secondAttribute="trailing" id="Yls-Ev-7Kq"/>
                                         <constraint firstItem="wLJ-ha-Ksk" firstAttribute="centerY" secondItem="TzE-Ib-oFl" secondAttribute="centerY" id="cX3-i7-xjU"/>

+ 6 - 6
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/TextBox/KMTextBoxController.xib

@@ -169,7 +169,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="edit_ocapity" id="yld-0u-mIR"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="hgm-V8-ANp" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="4Ip-vw-WI0"/>
                                             </constraints>
@@ -183,7 +183,7 @@
                                         </customView>
                                     </subviews>
                                     <constraints>
-                                        <constraint firstItem="qyh-at-hSq" firstAttribute="leading" secondItem="hgm-V8-ANp" secondAttribute="trailing" constant="8" id="7Dm-1L-K0g"/>
+                                        <constraint firstItem="qyh-at-hSq" firstAttribute="leading" secondItem="hgm-V8-ANp" secondAttribute="trailing" constant="10" id="7Dm-1L-K0g"/>
                                         <constraint firstItem="hgm-V8-ANp" firstAttribute="leading" secondItem="l15-bS-wVQ" secondAttribute="leading" constant="24" id="Hip-Og-zst"/>
                                         <constraint firstAttribute="trailing" secondItem="qyh-at-hSq" secondAttribute="trailing" id="NcS-dA-cyM"/>
                                         <constraint firstItem="QW4-0E-1yZ" firstAttribute="leading" secondItem="l15-bS-wVQ" secondAttribute="leading" id="QPb-88-BNY"/>
@@ -287,7 +287,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineWidth_icon" id="rUy-WZ-b0e"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="VGg-Do-L4n" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="2Vh-Km-nLp"/>
                                             </constraints>
@@ -308,7 +308,7 @@
                                         <constraint firstAttribute="height" constant="32" id="gIc-jt-uOQ"/>
                                         <constraint firstItem="FoQ-XL-8Tp" firstAttribute="centerY" secondItem="114-Gv-TzZ" secondAttribute="centerY" id="hnU-Xq-ReJ"/>
                                         <constraint firstItem="FoQ-XL-8Tp" firstAttribute="leading" secondItem="114-Gv-TzZ" secondAttribute="leading" id="huM-v7-0ZJ"/>
-                                        <constraint firstItem="5Pm-Xn-xMa" firstAttribute="leading" secondItem="VGg-Do-L4n" secondAttribute="trailing" constant="8" id="zfa-nE-bVJ"/>
+                                        <constraint firstItem="5Pm-Xn-xMa" firstAttribute="leading" secondItem="VGg-Do-L4n" secondAttribute="trailing" constant="10" id="zfa-nE-bVJ"/>
                                     </constraints>
                                 </customView>
                                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="4a9-fb-8Jb">
@@ -323,7 +323,7 @@
                                             <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="lineStyle_dash" id="RXk-Gn-rXo"/>
                                         </imageView>
                                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="rcJ-A8-BO7" customClass="ComponentSlider" customModule="KMComponentLibrary">
-                                            <rect key="frame" x="24" y="8" width="120" height="16"/>
+                                            <rect key="frame" x="24" y="8" width="118" height="16"/>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="16" id="FrP-QX-ku0"/>
                                             </constraints>
@@ -342,7 +342,7 @@
                                         <constraint firstItem="78e-8w-UYD" firstAttribute="centerY" secondItem="4a9-fb-8Jb" secondAttribute="centerY" id="Joi-rQ-P6C"/>
                                         <constraint firstItem="78e-8w-UYD" firstAttribute="leading" secondItem="4a9-fb-8Jb" secondAttribute="leading" id="OPQ-WK-xW3"/>
                                         <constraint firstItem="4LN-cC-6Bf" firstAttribute="top" secondItem="4a9-fb-8Jb" secondAttribute="top" id="Z7O-b0-Oy1"/>
-                                        <constraint firstItem="4LN-cC-6Bf" firstAttribute="leading" secondItem="rcJ-A8-BO7" secondAttribute="trailing" constant="8" id="auE-aW-TED"/>
+                                        <constraint firstItem="4LN-cC-6Bf" firstAttribute="leading" secondItem="rcJ-A8-BO7" secondAttribute="trailing" constant="10" id="auE-aW-TED"/>
                                         <constraint firstItem="rcJ-A8-BO7" firstAttribute="leading" secondItem="4a9-fb-8Jb" secondAttribute="leading" constant="24" id="hko-iI-aVU"/>
                                         <constraint firstAttribute="height" constant="32" id="mB8-3A-8ak"/>
                                     </constraints>