Skip to content

Commit

Permalink
modern ui on w11
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Nov 9, 2024
1 parent 000ca15 commit f8ba104
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qt-msvc-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if (Test-Path $windeployqtPath) {
# Run windeployqt with the updated options
& $windeployqtPath `
--exclude-plugins qmodernwindowsstyle,qsvgicon,qsvg,qico,qjpeg,qgif,qnetworklistmanager,qtuiotouchplugin `
--exclude-plugins qsvgicon,qsvg,qico,qjpeg,qgif,qnetworklistmanager,qtuiotouchplugin `
--no-opengl-sw `
--no-system-dxc-compiler `
--no-compiler-runtime `
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qt-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if (Test-Path $windeployqtPath) {
# Run windeployqt with the updated options
& $windeployqtPath `
--exclude-plugins qmodernwindowsstyle,qsvgicon,qsvg,qico,qjpeg,qgif,qnetworklistmanager,qtuiotouchplugin `
--exclude-plugins qsvgicon,qsvg,qico,qjpeg,qgif,qnetworklistmanager,qtuiotouchplugin `
--no-opengl-sw `
--no-system-dxc-compiler `
--no-compiler-runtime `
Expand Down
3 changes: 1 addition & 2 deletions Configurator/Configurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Configurator::Configurator(QWidget *parent)
ui->avFrame->setVisible(false);
ui->actionsFrame->setVisible(false);
ui->advancedFrame->setVisible(false);
Utils::setFrameColorBasedOnWindow(this, ui->frame);
this->setFixedSize(382, 187);
this->setFixedSize(382, 218);
setupConnections();
}

Expand Down
Loading

0 comments on commit f8ba104

Please sign in to comment.