packages/textpieces: unpatch
This commit is contained in:
parent
272511543d
commit
cfd7d1fc2e
3 changed files with 1 additions and 29 deletions
|
@ -62,7 +62,7 @@
|
||||||
d-spy
|
d-spy
|
||||||
emblem
|
emblem
|
||||||
sysprof
|
sysprof
|
||||||
custom.textpieces
|
textpieces
|
||||||
custom.git-remote-ipld
|
custom.git-remote-ipld
|
||||||
custom.webfont-kit-generator
|
custom.webfont-kit-generator
|
||||||
];
|
];
|
||||||
|
|
|
@ -42,6 +42,4 @@ super: rec {
|
||||||
tilix-high-refresh-rate = super.tilix.override { gtkd = super.gtkd.override { vte = vte-high-refresh-rate; }; };
|
tilix-high-refresh-rate = super.tilix.override { gtkd = super.gtkd.override { vte = vte-high-refresh-rate; }; };
|
||||||
|
|
||||||
blackbox-high-refresh-rate = (patch' super.blackbox-terminal).override { vte-gtk4 = vte-gtk4-high-refresh-rate; };
|
blackbox-high-refresh-rate = (patch' super.blackbox-terminal).override { vte-gtk4 = vte-gtk4-high-refresh-rate; };
|
||||||
|
|
||||||
textpieces = patch' (super.textpieces.overrideAttrs { meta.broken = false; });
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
diff --git a/resources/ui/Editor.blp b/resources/ui/Editor.blp
|
|
||||||
index b98edc7..5c3f993 100644
|
|
||||||
--- a/resources/ui/Editor.blp
|
|
||||||
+++ b/resources/ui/Editor.blp
|
|
||||||
@@ -42,7 +42,7 @@ template TextPiecesEditor : Adw.Bin {
|
|
||||||
hexpand: false;
|
|
||||||
width-request: 300;
|
|
||||||
margin-top: 5;
|
|
||||||
- margin-bottom: 2.5;
|
|
||||||
+ margin-bottom: 3;
|
|
||||||
margin-start: 5;
|
|
||||||
margin-end: 10;
|
|
||||||
spacing: 3;
|
|
||||||
diff --git a/resources/ui/SearchBar.blp b/resources/ui/SearchBar.blp
|
|
||||||
index d810558..b7d9232 100644
|
|
||||||
--- a/resources/ui/SearchBar.blp
|
|
||||||
+++ b/resources/ui/SearchBar.blp
|
|
||||||
@@ -15,7 +15,7 @@ template TextPiecesSearchBar : Adw.Bin {
|
|
||||||
]
|
|
||||||
|
|
||||||
margin-top: 5;
|
|
||||||
- margin-bottom: 2.5;
|
|
||||||
+ margin-bottom: 3;
|
|
||||||
margin-start: 5;
|
|
||||||
margin-end: 10;
|
|
||||||
row-spacing: 6;
|
|
Loading…
Reference in a new issue