Skip to content

Commit

Permalink
Added larger window for goals
Browse files Browse the repository at this point in the history
  • Loading branch information
markokoleznik committed Oct 12, 2015
1 parent d1b4e20 commit f3107b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions Agda Writer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@
TargetAttributes = {
D531F0FB1B55E580002E7E0F = {
CreatedOnToolsVersion = 6.4;
DevelopmentTeam = 5JUXYAUN8A;
};
D531F1141B55E580002E7E0F = {
CreatedOnToolsVersion = 6.4;
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions Agda Writer/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
<tableColumns>
<tableColumn identifier="GoalType" width="5000" minWidth="40" maxWidth="5000" id="wFR-ne-Fiy">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Goals">
<font key="font" metaFont="smallSystem"/>
<font key="font" metaFont="systemMedium" size="11"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
Expand All @@ -1329,11 +1329,11 @@
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="NI7-6A-qX1">
<rect key="frame" x="5" y="1" width="5000" height="20"/>
<rect key="frame" x="5" y="1" width="300" height="20"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OgD-QD-xLE">
<rect key="frame" x="0.0" y="3" width="101" height="17"/>
<textField autoresizesSubviews="NO" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OgD-QD-xLE">
<rect key="frame" x="0.0" y="3" width="5004" height="17"/>
<animations/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left" title="Table View Cell" id="7em-wp-EbU">
<font key="font" metaFont="system"/>
Expand Down
6 changes: 4 additions & 2 deletions Agda Writer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit f3107b4

Please sign in to comment.