mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
use hexpand, reorder properties asc
This commit is contained in:
parent
7de33557f1
commit
52e9cc8d2e
1 changed files with 2 additions and 2 deletions
|
|
@ -34,10 +34,10 @@ impl Row {
|
|||
.build();
|
||||
|
||||
let request = Entry::builder()
|
||||
.max_width_chars(12)
|
||||
.hexpand(true)
|
||||
.placeholder_text("Request")
|
||||
.tooltip_text("Supports regex expressions")
|
||||
.text(request.unwrap_or(".*"))
|
||||
.tooltip_text("Supports regex expressions")
|
||||
.build();
|
||||
|
||||
let url = Entry::builder()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue