diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-05-29 11:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 11:04:36 +0200 |
| commit | 39210af3e59c929cba6de2d39ef1c32835f6388b (patch) | |
| tree | b77879fa376e7bfa016b14aa7635e7202b6cc69e /src/stylesheets | |
| parent | 3a8ea3cccee06397e90305e1e39a305f8b7c3cb3 (diff) | |
Move to VCPKG (#2068)
* Remove SConscript related files.
* Force-load translations from uibase and gamebryo/creation.
* Bring githubpp here and add a standalone preset.
* Switch VersionInfo -> Version for ModOrganizer2. (#2063)
* Add pre-commit hook.
* Use 7zip build from VCPKG registry.
* Use archive.dll from the bin folder instead of dlls.
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Green.qss | 2 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Orange.qss | 2 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Pink.qss | 2 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Purple.qss | 2 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 2 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Yellow.qss | 2 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark.qss | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss index 8bb542f3..ae0390e7 100644 --- a/src/stylesheets/vs15 Dark-Green.qss +++ b/src/stylesheets/vs15 Dark-Green.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss index ae704d5c..5e8a3a45 100644 --- a/src/stylesheets/vs15 Dark-Orange.qss +++ b/src/stylesheets/vs15 Dark-Orange.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} diff --git a/src/stylesheets/vs15 Dark-Pink.qss b/src/stylesheets/vs15 Dark-Pink.qss index 6bf16f70..5bc3bbdf 100644 --- a/src/stylesheets/vs15 Dark-Pink.qss +++ b/src/stylesheets/vs15 Dark-Pink.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss index 928107f0..afcf8970 100644 --- a/src/stylesheets/vs15 Dark-Purple.qss +++ b/src/stylesheets/vs15 Dark-Purple.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 9a9d210d..d6f89f6f 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index e2c9b504..b3d62d5f 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index 8e6d0f13..8bb2c774 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -917,4 +917,4 @@ QDialog#ModInfoDialog { QLineEdit[valid-filter=false] { background-color: #661111 !important; -}
\ No newline at end of file +} |
