mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-30 23:34:08 +02:00
Slightly increase default notification height for larger font sizes
This commit is contained in:
parent
b445a3a9b8
commit
d7e830badf
@ -65,7 +65,7 @@ private int BaseClientHeight{
|
|||||||
get{
|
get{
|
||||||
switch(Program.UserConfig.NotificationSize){
|
switch(Program.UserConfig.NotificationSize){
|
||||||
default:
|
default:
|
||||||
return BrowserUtils.Scale(122, SizeScale*(1.0+0.075*FontSizeLevel));
|
return BrowserUtils.Scale(122, SizeScale*(1.0+0.08*FontSizeLevel));
|
||||||
|
|
||||||
case TweetNotification.Size.Custom:
|
case TweetNotification.Size.Custom:
|
||||||
return Program.UserConfig.CustomNotificationSize.Height;
|
return Program.UserConfig.CustomNotificationSize.Height;
|
||||||
|
Loading…
Reference in New Issue
Block a user