fix for [LYN-4828], message box style changes (#1911)
* fix for [LYN-4828], message box style changes Signed-off-by: Alex Montgomery <alexmont@amazon.com> * now with missing .qss file! Friends don't let friends git add -u Signed-off-by: Alex Montgomery <alexmont@amazon.com>main
parent
4c12e9c5ab
commit
dae2ddaec2
@ -0,0 +1,21 @@
|
||||
|
||||
/*
|
||||
* Copyright (c) Contributors to the Open 3D Engine Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
|
||||
/* correct the padding around the two main labels to give space at the borders */
|
||||
QMessageBox QLabel#qt_msgbox_label
|
||||
{
|
||||
padding-top: 20px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
QMessageBox QLabel#qt_msgboxex_icon_label
|
||||
{
|
||||
padding-left: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
Loading…
Reference in New Issue