Skip to content

Commit

Permalink
Escl: Default height for shared scanners list view
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Nov 26, 2023
1 parent 8a7c304 commit 1d068a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAPS2.Lib/EtoForms/Ui/ScannerSharingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected override void BuildLayout()
LayoutController.Content = L.Column(
C.Label(UiStrings.ScannerSharingIntro).DynamicWrap(400),
C.Spacer(),
_listView.Control.Scale(),
_listView.Control.Scale().NaturalHeight(80),
L.Row(
L.Column(
L.Row(
Expand Down

0 comments on commit 1d068a7

Please sign in to comment.