Skip to content

Commit 65ac269

Browse files
committed
adjusted to suit System > Display > Scale = 125% as well as 100%
1 parent 54174f7 commit 65ac269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/Menu/Notifications/NotificationPage.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ public Arrow(Panel panel, Image image, bool visible, bool enabled, int indentRig
104104
public class NDetail
105105
{
106106
public Label Control;
107+
108+
// Values chosen to work where System > Display > Scale = 125% as well as the usual 100%
107109
public const int TopPadding = 20;
108110
public const int VerticalSpacing = 10;
109111
public const int LeftPadding = 10;
@@ -112,7 +114,7 @@ public class NDetail
112114
public const int HeadingHeight = 30;
113115
public const int TextHeight = 18;
114116
public const int ButtonHeight = 30;
115-
public const int RecordHeight = 15;
117+
public const int RecordHeight = 18;
116118
public const int ScrollBarWidth = 20;
117119
}
118120

0 commit comments

Comments
 (0)