We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8c26c commit b1e971cCopy full SHA for b1e971c
Signal-Windows/Views/MainPage.xaml.cs
@@ -68,6 +68,8 @@ private void UpdateStyle(PageStyle currentStyle)
68
{
69
if (currentStyle == PageStyle.Narrow)
70
71
+ // TODO: When phone is in landscape mode this is incorrect and some stuff gets cut off, we need to
72
+ // get the actual useable width (actualwidth - top icon bar - bottom control bar)
73
ContactsGrid.Width = ActualWidth;
74
if (Vm.SelectedThread == null)
75
0 commit comments