Skip to content

Commit 8facae9

Browse files
committed
change wrap to ellipsize in url_status
1 parent 18b2d0a commit 8facae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/resources/ui/window.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ template GeopardWindow: Adw.ApplicationWindow {
131131

132132
Gtk.Label url_status {
133133
xalign: 0.0;
134-
wrap: true;
134+
ellipsize: end;
135135
margin-top: 6;
136136
margin-bottom: 6;
137137
margin-start: 6;

0 commit comments

Comments
 (0)