Added patch
This commit is contained in:
parent
012ab3187f
commit
faaa965cfe
15
gnome-extra/health/files/190.patch
Normal file
15
gnome-extra/health/files/190.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff --git a/data/ui/setup_window.blp b/data/ui/setup_window.blp
|
||||||
|
index 798719db9b92beff8a40d76364036fab008152a3..e162f7814291fefaef552175352ed0c2d4fa5cd4 100644
|
||||||
|
--- a/data/ui/setup_window.blp
|
||||||
|
+++ b/data/ui/setup_window.blp
|
||||||
|
@@ -305,8 +305,8 @@ template HealthSetupWindow : Adw.ApplicationWindow {
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.Clamp {
|
||||||
|
- maximum-size: "400";
|
||||||
|
- tightening-threshold: "200";
|
||||||
|
+ maximum-size: 400;
|
||||||
|
+ tightening-threshold: 200;
|
||||||
|
valign: center;
|
||||||
|
vexpand: true;
|
||||||
|
hexpand: true;
|
@ -26,6 +26,10 @@ RDEPEND="
|
|||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
${FILESDIR}/190.patch
|
||||||
|
)
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
|
Loading…
Reference in New Issue
Block a user