Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ツイート詳細とツイート入力ボックスを完全に分離 #12

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 45 additions & 43 deletions OpenTween/Tween.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion OpenTween/Tween.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9872,7 +9872,7 @@ private void SaveIconPictureToolStripMenuItem_Click(object sender, EventArgs e)

private void SplitContainer2_Panel2_Resize(object sender, EventArgs e)
{
this.StatusText.Multiline = this.SplitContainer2.Panel2.Height > this.SplitContainer2.Panel2MinSize + 2;
this.StatusText.Multiline = this.SplitContainer2.Panel2.Height > this.SplitContainer2.Panel2MinSize + this.SplitContainer2.SplitterWidth*2;
MultiLineMenuItem.Checked = this.StatusText.Multiline;
_modifySettingLocal = true;
}
Expand Down