File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ public PopupSizeConstants(IDeviceDisplay deviceDisplay)
66 {
77 Tiny = new ( 100 , 100 ) ;
88 Small = new ( 300 , 300 ) ;
9- Medium = new ( 0.7 * ( deviceDisplay . MainDisplayInfo . Width / deviceDisplay . MainDisplayInfo . Density ) , 0.6 * ( deviceDisplay . MainDisplayInfo . Height / deviceDisplay . MainDisplayInfo . Density ) ) ;
10- Large = new ( 0.9 * ( deviceDisplay . MainDisplayInfo . Width / deviceDisplay . MainDisplayInfo . Density ) , 0.8 * ( deviceDisplay . MainDisplayInfo . Height / deviceDisplay . MainDisplayInfo . Density ) ) ;
9+ Medium = new ( 0.4 * ( deviceDisplay . MainDisplayInfo . Width / deviceDisplay . MainDisplayInfo . Density ) , 0.6 * ( deviceDisplay . MainDisplayInfo . Height / deviceDisplay . MainDisplayInfo . Density ) ) ;
10+ Large = new ( 0.5 * ( deviceDisplay . MainDisplayInfo . Width / deviceDisplay . MainDisplayInfo . Density ) , 0.8 * ( deviceDisplay . MainDisplayInfo . Height / deviceDisplay . MainDisplayInfo . Density ) ) ;
1111 }
1212
1313 // examples for fixed sizes
You can’t perform that action at this time.
0 commit comments