firmware-security: Remove content-height from 2 dialogs

Doing so, the firmware-security-dialog and
firmware-security-boot-dialog can show more text (which can
increase in some translations) without having a scrollbar.

This complements the following commit:
c252c3c861
This commit is contained in:
Automeris naranja 2024-04-04 12:21:01 -03:00 committed by Felipe Borges
parent a7017238a5
commit a3ecc76e19
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
<interface>
<template class="CcFirmwareSecurityBootDialog" parent="AdwDialog">
<property name="content-width">420</property>
<property name="content-height">294</property>
<property name="child">
<object class="AdwToolbarView">
<child type="top">

View file

@ -2,7 +2,6 @@
<interface>
<template class="CcFirmwareSecurityDialog" parent="AdwDialog">
<property name="content-width">420</property>
<property name="content-height">380</property>
<property name="child">
<object class="AdwToastOverlay" id="toast_overlay">
<property name="child">