-
Notifications
You must be signed in to change notification settings - Fork 76
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
base: develop
Are you sure you want to change the base?
Conversation
サムネイルを開いた時に発言ボックスが小さくなった時の誤クリック防止などのため
@@ -769,41 +769,21 @@ private void InitializeComponent() | |||
// ProfilePanel | |||
// | |||
resources.ApplyResources(this.ProfilePanel, "ProfilePanel"); | |||
this.ProfilePanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ProfilePanelは非表示かつどこにも使われていない状態ですが、BorderStyleを変更したのは何か意図があるのでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すいません、手元ではそもそもProfilePanelは除去していたので(どこからも参照されていないようなので)気づいていませんでした。
むしろ何もないのであればProfilePanelを除去したほうが良いように思うのですが、いかがでしょうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ProfilePanel は 2df7ca1 で追加されてから放置されているようですね。消しても問題なさそうなので後ほど削除しておきます。
複数行投稿のために予め投稿欄を広げて使っていると、サムネイル枠があまりに小さくなりすぎるのですが、旧方式も設定の変更等で選べるようにはできますか? |
Twitter上のとあるユーザーさん(鍵アカウントのため詳細は開示不可)から報告をもらいました。
画像サムネイルを開いた時に発言ボックスが小さくなることが原因で、誤クリックが発生しやすいようです(正確にはクリックというよりパネルタッチに近い操作)。
バグとまでは言えませんが、「ツイート詳細に含まれるはずの画像サムネイルが発言部分に侵食してるのはしっくりこない」という彼の意見に個人的に賛同できる部分もあるので修正の上pull request送ります。
ぐらいが主な修正箇所になります。
本家の方でマージご検討いただければ幸いです。