Skip to content

Commit b1e971c

Browse files
committed
Add note
1 parent 0c8c26c commit b1e971c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Signal-Windows/Views/MainPage.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ private void UpdateStyle(PageStyle currentStyle)
6868
{
6969
if (currentStyle == PageStyle.Narrow)
7070
{
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)
7173
ContactsGrid.Width = ActualWidth;
7274
if (Vm.SelectedThread == null)
7375
{

0 commit comments

Comments
 (0)