Apply some minor cosmetic improvements to the details dialog
This commit is contained in:
parent
c096238998
commit
0531666f38
2 changed files with 34 additions and 8 deletions
|
|
@ -406,11 +406,10 @@ CenteredGridView {
|
|||
|
||||
NavigableMessageDialog {
|
||||
id: showPcDetailsDialog
|
||||
property int pcIndex : -1;
|
||||
property string pcDetails : "";
|
||||
text: showPcDetailsDialog.pcDetails
|
||||
imageSrc: "qrc:/res/baseline-help_outline-24px.svg"
|
||||
standardButtons: Dialog.Ok | (SystemProperties.hasBrowser ? Dialog.Help : 0)
|
||||
standardButtons: Dialog.Ok
|
||||
}
|
||||
|
||||
ScrollBar.vertical: ScrollBar {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue