mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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();
|
.build();
|
||||||
|
|
||||||
let request = Entry::builder()
|
let request = Entry::builder()
|
||||||
.max_width_chars(12)
|
.hexpand(true)
|
||||||
.placeholder_text("Request")
|
.placeholder_text("Request")
|
||||||
.tooltip_text("Supports regex expressions")
|
|
||||||
.text(request.unwrap_or(".*"))
|
.text(request.unwrap_or(".*"))
|
||||||
|
.tooltip_text("Supports regex expressions")
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
let url = Entry::builder()
|
let url = Entry::builder()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue