Skip to content

Commit

Permalink
New default window dimensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Jun 22, 2012
1 parent e812391 commit 50d0e5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Classes/Controllers/TXMasterController.m
Original file line number Diff line number Diff line change
Expand Up @@ -574,15 +574,15 @@ - (void)loadWindowState
(rect.origin.y + (rect.size.height / 2)));

NSInteger w = 800;
NSInteger h = 418;
NSInteger h = 474;

rect = NSMakeRect((p.x - (w / 2)), (p.y - (h / 2)), w, h);

[self.window setFrame:rect display:YES animate:self.menu.isInFullScreenMode];
}

self.serverSplitView.position = 170;
self.memberSplitView.position = 170;
self.serverSplitView.position = 165;
self.memberSplitView.position = 120;
}

self.memberSplitViewOldPosition = self.memberSplitView.position;
Expand Down
1 change: 0 additions & 1 deletion Main Project (Textual).xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,6 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
TEXTUAL_GITREF_BUILD_ID = debug;
};
name = Debug;
};
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>TXBundleBuildNumber</key>
<string>11323</string>
<string>11324</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-174-g240c597-appstore</string>
<string>2.1.1-175-ge812391-appstore</string>
</dict>
</plist>

0 comments on commit 50d0e5e

Please sign in to comment.