Skip to content

Commit

Permalink
set wizard style
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Apr 27, 2024
1 parent adb24af commit 4d961fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Libraries/MiKTeX/UI/Qt/SiteWizSheet.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* SiteWizSheet.cpp:
Copyright (C) 2008-2020 Christian Schenk
Copyright (C) 2008-2024 Christian Schenk
This file is part of the MiKTeX UI Library.
Expand Down Expand Up @@ -40,6 +40,7 @@ SiteWizSheetImpl::SiteWizSheetImpl(QWidget* parent) :
QWizard(parent),
packageManager(PackageManager::Create())
{
setWizardStyle(QWizard::ModernStyle);
setWindowTitle(tr("Change Package Repository"));
setPage(Page_Type, new SiteWizType(packageManager));
setPage(Page_Remote, new SiteWizRemote(packageManager));
Expand Down
2 changes: 1 addition & 1 deletion Libraries/MiKTeX/UI/Qt/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
set(MIKTEX_COMP_INTERFACE_VERSION 2)

set(MIKTEX_COMP_MAJOR_VERSION 4)
set(MIKTEX_COMP_MINOR_VERSION 4)
set(MIKTEX_COMP_MINOR_VERSION 5)
set(MIKTEX_COMP_PATCH_VERSION 0)
2 changes: 1 addition & 1 deletion miktex-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## date based version
set(MIKTEX_YEAR_VERSION 2024)
set(MIKTEX_MONTH_VERSION 4)
set(MIKTEX_DAY_VERSION 26)
set(MIKTEX_DAY_VERSION 27)

set(MIKTEX_DAY_VERSION_IS_PATCH_VERSION FALSE)

Expand Down

0 comments on commit 4d961fe

Please sign in to comment.