Skip to content

Commit

Permalink
Merge branch 'main' into windows-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Sep 30, 2024
2 parents 26a6979 + 566f6b5 commit 832ef82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Or download the `.dmg` from the [releases page](https://github.com/chidiwilliams

Download and run the `.exe` from the [releases page](https://github.com/chidiwilliams/buzz/releases/latest).

App is not signed, you will get a warning when you install it, run it anyway.

**Linux**:

```shell
Expand Down
2 changes: 2 additions & 0 deletions buzz/widgets/preferences_dialog/models_preferences_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
QPushButton,
QMessageBox,
QHBoxLayout,
QLayout
)

from buzz.locale import _
Expand Down Expand Up @@ -59,6 +60,7 @@ def __init__(
self.progress_dialog: Optional[ModelDownloadProgressDialog] = None

layout = QFormLayout()
layout.setSizeConstraint(QLayout.SizeConstraint.SetNoConstraint)
model_type_combo_box = ModelTypeComboBox(
model_types=model_types,
default_model=self.model.model_type if self.model is not None else None,
Expand Down

0 comments on commit 832ef82

Please sign in to comment.