diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-06-01 12:23:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 12:23:34 +0200 |
commit | 1a99b231bd77a8765b1e1f29f2e2759c6351f6ed (patch) | |
tree | a1aa8a72e05bcf7a912ebe3defb3c8b1dc832457 /src/main/resources/assets/skyhanni | |
parent | 00c5d1604662af31bfbd3ed151764c414437b721 (diff) | |
download | skyhanni-1a99b231bd77a8765b1e1f29f2e2759c6351f6ed.tar.gz skyhanni-1a99b231bd77a8765b1e1f29f2e2759c6351f6ed.tar.bz2 skyhanni-1a99b231bd77a8765b1e1f29f2e2759c6351f6ed.zip |
Backend: RepoPattern Exclusive Group & RepoPattern List (#1733)
Co-authored-by: Linnea Gräf <nea@nea.moe>
Diffstat (limited to 'src/main/resources/assets/skyhanni')
-rw-r--r-- | src/main/resources/assets/skyhanni/gui/regexes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/assets/skyhanni/gui/regexes.xml b/src/main/resources/assets/skyhanni/gui/regexes.xml index 7ba1feaef..d9b20d171 100644 --- a/src/main/resources/assets/skyhanni/gui/regexes.xml +++ b/src/main/resources/assets/skyhanni/gui/regexes.xml @@ -7,14 +7,14 @@ <TextField value="@search"/> <Text text="@poll"/> </Row> - <ScrollPanel width="360" height="266"> + <ScrollPanel width="560" height="400"> <Array data="@searchResults"> <Row> <Hover lines="@keyW"> - <Text text="@key" width="100"/> + <Text text="@key" width="200"/> </Hover> <Hover lines="@hoverRegex"> - <Text text="@regex" width="200"/> + <Text text="@regex" width="300"/> </Hover> <Text text="@overriden" width="50"/> </Row> |