diff --git a/CellFrameDashboardGUI/qml.qrc b/CellFrameDashboardGUI/qml.qrc index 30210d843903a6a0bb22de8015523d3e21a7faa0..e3b3644cc91cdd19ddd1fbc03b385f400d7ebd36 100755 --- a/CellFrameDashboardGUI/qml.qrc +++ b/CellFrameDashboardGUI/qml.qrc @@ -82,6 +82,7 @@ <file>screen/LastAction/DapUiQmlWidgetScreenDialogAddWallet.ui.qml</file> <file>screen/LastAction/DapUiQmlWidgetSignatureTypeComboBox.qml</file> <file>screen/LastAction/DapUiQmlWidgetSignatureTypeComboBox.qml</file> + <file>screen/LastAction/DapRadioButton.qml</file> <file>screen/Log/DapUiQmlWidgetChainNodeLogs.qml</file> <file>screen/Log/DapUiQmlWidgetChainNodeLogsForm.ui.qml</file> <file>screen/Settings/DapUiQmlScreenSettings.qml</file> @@ -98,6 +99,5 @@ <file>screen/VPN/DapUiQmlWidgetSettingsVpn.qml</file> <file>screen/VPN/DapUiQmlWidgetSettingsVpnComboBox.qml</file> <file>screen/VPN/DapUiQmlWidgetSettingsVpnComboBoxForm.ui.qml</file> - <file>screen/VPN/DapRadioButton.qml</file> </qresource> </RCC> diff --git a/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml b/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml index b6864a666b08612c37dfda4a12eec87b58f71d7f..c3e42b44b85c3ccc7861c98835f11ef34cfaa2c6 100644 --- a/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml +++ b/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml @@ -32,7 +32,7 @@ ComboBox { anchors.fill: parent anchors.leftMargin: 12 * pt anchors.rightMargin: 48 * pt - anchors.topMargin: 10 * pt + anchors.topMargin: 0 * pt text: parent.displayText font.family: fontRobotoRegular.name font.pixelSize: 14 * pt