UI: dock task panel right, remove non-Kindred themes

- Move ComboView default dock position from Left to Right
- Remove FreeCAD Classic, FreeCAD Light, FreeCAD Dark, and Dark behave
  theme packs, keeping only KindredCreate (Catppuccin Mocha)
This commit is contained in:
forbes
2026-01-29 14:16:45 -06:00
parent de727f7f84
commit bb3f3ac6d6
9 changed files with 19 additions and 640 deletions

View File

@@ -782,7 +782,7 @@ bool MainWindow::updateComboView(bool show)
->GetGroup("DockWindows")
->GetGroup("ComboView");
bool enable = group->GetBool("Enabled", true);
_updateDockWidget("Std_ComboView", enable, show, Qt::LeftDockWidgetArea, [](QWidget* widget) {
_updateDockWidget("Std_ComboView", enable, show, Qt::RightDockWidgetArea, [](QWidget* widget) {
auto pcComboView = qobject_cast<ComboView*>(widget);
if (widget) {
return widget;