Skip to content

Commit

Permalink
fix: fixed text overflowing by edges of TextView in lrclib_window
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzheremi2 committed Dec 28, 2024
1 parent 6e8a1fb commit bc7bd58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/gtk/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Adw.Dialog lrclib_window {
top-margin: 4;
hexpand: true;
vexpand: true;
wrap-mode: word_char;
}
}
}
Expand All @@ -182,6 +183,7 @@ Adw.Dialog lrclib_window {
top-margin: 4;
hexpand: true;
vexpand: true;
wrap-mode: word_char;
}
}
}
Expand Down Expand Up @@ -320,6 +322,7 @@ Adw.NavigationView lrclib_window_collapsed_navigation_view {
hexpand: true;
vexpand: true;
buffer: bind lrclib_window_synced_lyrics_text_view.buffer;
wrap-mode: word_char;
}
}
}
Expand All @@ -344,6 +347,7 @@ Adw.NavigationView lrclib_window_collapsed_navigation_view {
hexpand: true;
vexpand: true;
buffer: bind lrclib_window_plain_lyrics_text_view.buffer;
wrap-mode: word_char;
}
}
}
Expand Down

0 comments on commit bc7bd58

Please sign in to comment.