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:
parent
a7017238a5
commit
a3ecc76e19
2 changed files with 0 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue