enchanted_quill 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/enchanted_quill/label.rb +0 -5
- data/lib/enchanted_quill/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 173ac44e30ca3b000c9bbbffcd223555aa419184
|
|
4
|
+
data.tar.gz: 78845498aa2f49b0fd6348daa5fda5f4cb0ef562
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9519af3e75afe3143dff27fcf0c581c514e7a1992cf003883228665060b27c8704768475eacde705c7d0bafcc1929c59ad21047386f220aaf9504dc051a5802
|
|
7
|
+
data.tar.gz: 44b1917969b2e5ee2d920d05f5dd99daa3775a7710ec33aecee1e3e12271293a8701f5f2243d75d07742b3a7cec650f4583953a58206c5300a29fe5c79c00b8e
|
|
@@ -215,11 +215,6 @@ module EnchantedQuill
|
|
|
215
215
|
super
|
|
216
216
|
end
|
|
217
217
|
|
|
218
|
-
def intrinsicContentSize
|
|
219
|
-
label_height = sizeThatFits(CGSizeMake(CGRectGetWidth(self.frame), Float::MAX)).height
|
|
220
|
-
return CGSizeMake(self.frame.size.width, label_height + self.layoutMargins.top + self.layoutMargins.bottom)
|
|
221
|
-
end
|
|
222
|
-
|
|
223
218
|
def setup_label
|
|
224
219
|
@setup_label ||= begin
|
|
225
220
|
@customizing = false
|