mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reduce badge width request
This commit is contained in:
parent
f96c012504
commit
cea126d06d
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ impl Dialog for PreferencesDialog {
|
||||||
.sensitive(false)
|
.sensitive(false)
|
||||||
.valign(Align::Center)
|
.valign(Align::Center)
|
||||||
.halign(Align::Center)
|
.halign(Align::Center)
|
||||||
.width_request(76)
|
.width_request(64)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
/// Left (prefix) widget
|
/// Left (prefix) widget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue