Skip to content

Commit

Permalink
fixed default opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Oct 29, 2024
1 parent abfeb84 commit 84c8c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NoteWidget/NoteWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NoteWidget::NoteWidget(QWidget *parent, const QString &filePath, bool restored,
, isResizing(false)
, ctrlPressed(false)
, resizeDirection(Qt::Edges())
, opacity(128)
, opacity(255)
, roundedCorners(true)
, frame(true)
{
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Qwote will be available in your start menu.

Download latest precompiled binary in release section.

Wayland support is buggy atm.

## Credits

Using edited icons from [veryicon](https://www.veryicon.com/).

0 comments on commit 84c8c67

Please sign in to comment.