mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Try to fix custom fonts in the input field.
This commit is contained in:
parent
1f31d8032f
commit
88ad1be4c3
5 changed files with 5 additions and 5 deletions
|
@ -983,7 +983,7 @@ historyComposeField: InputField(defaultInputField) {
|
||||||
placeholderFg: placeholderFg;
|
placeholderFg: placeholderFg;
|
||||||
placeholderFgActive: placeholderFgActive;
|
placeholderFgActive: placeholderFgActive;
|
||||||
placeholderFgError: placeholderFgActive;
|
placeholderFgError: placeholderFgActive;
|
||||||
placeholderMargins: margins(7px, 5px, 7px, 5px);
|
placeholderMargins: margins(2px, 0px, 2px, 0px);
|
||||||
placeholderAlign: align(topleft);
|
placeholderAlign: align(topleft);
|
||||||
placeholderScale: 0.;
|
placeholderScale: 0.;
|
||||||
placeholderFont: normalFont;
|
placeholderFont: normalFont;
|
||||||
|
|
|
@ -51,7 +51,7 @@ FROM builder AS patches
|
||||||
RUN git init patches \
|
RUN git init patches \
|
||||||
&& cd patches \
|
&& cd patches \
|
||||||
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
|
||||||
&& git fetch --depth=1 origin 1b3aa9303260613841745a71442c939b55c8aaf2 \
|
&& git fetch --depth=1 origin 25f76cf4d58fae5742447d17d2574ab1fad196e5 \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
|
|
|
@ -435,7 +435,7 @@ if customRunCommand:
|
||||||
stage('patches', """
|
stage('patches', """
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout 1b3aa93032
|
git checkout 25f76cf4d5
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('msys64', """
|
stage('msys64', """
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f76ddd841ca02ca35432f6de569f8c430a9713b1
|
Subproject commit 41d1fe9232c1d09b1ada01a0cc552e5c66d74b89
|
|
@ -167,7 +167,7 @@ parts:
|
||||||
patches:
|
patches:
|
||||||
source: https://github.com/desktop-app/patches.git
|
source: https://github.com/desktop-app/patches.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-commit: 44f5103860dfa3f9b9675730231af6fbe28cde93
|
source-commit: 25f76cf4d58fae5742447d17d2574ab1fad196e5
|
||||||
plugin: dump
|
plugin: dump
|
||||||
override-pull: |
|
override-pull: |
|
||||||
craftctl default
|
craftctl default
|
||||||
|
|
Loading…
Add table
Reference in a new issue