Commit graph

6 commits

Author SHA1 Message Date
Tom Dewey
c66947d72a qml: MessagePopup: Make message bounds explicit 2024-09-26 13:31:26 +01:00
Tom Dewey
57fbc59ddb qml: MessagePopup: Remove extraneous cursor directive 2024-09-26 13:31:26 +01:00
Tom Dewey
2d089f7d94 Popups: Don't close on click-outside
This was causing obvious confusion for users - misclicking outside of
the pop-up caused a dismissal where the consequences were not at all
clear.

So let's drop that behaviour entirely. You exit the dialog through
explicit button or key presses only.
2024-09-11 17:12:48 +01:00
Tom Dewey
f4f43c7124 qml: msgpopup: Qt6 changes
Use anchors preferentially, and nest the title bar elements.
2024-09-11 17:12:48 +01:00
David Turner
8a3331f613 Improve red button focus colour
- All of our red buttons were ImButton with the colours overridden at the
  use site.  Instead make an ImButtonRed which defines these colours in
  one place.
- Previously the red buttons had focus indicated by the text colour
  changing from white to blue.  This was quite hard to see, instead
  change the button colour to blue (as is done for the white buttons).
  A darker shade of blue is used so that there is still good contrast
  with the white text.
- Update the reds (buttons and main screen background) with the
  branding-approved red: the official colour palette says Pi Red is
  #cd2355
2023-10-18 17:01:47 +01:00
Floris Bos
033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00
Renamed from MsgPopup.qml (Browse further)