Skip to content

Commit

Permalink
Hopefully hide that weird border around the buffer list on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Oct 10, 2023
1 parent e0e0338 commit 38a1522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Lith/UI/MainView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Item {
BufferList {
id: bufferList
anchors.fill: parent
anchors.margins: -0.5
channelHeaderRowHeight: channelView.headerImplicitHeight
onClose: {
if (!WindowHelper.landscapeMode)
Expand Down

0 comments on commit 38a1522

Please sign in to comment.