manage_accounts/dialog.ui: set mobile-friendly dimensions

This commit is contained in:
Xavier Del Campo Romero 2021-12-26 03:32:28 +01:00
parent e5bf35c35d
commit aa57100aad
1 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="DinoUiManageAccountsDialog">
<property name="width-request">700</property>
<property name="height-request">400</property>
<property name="modal">True</property>
<child type="titlebar">
<object class="GtkHeaderBar">
@ -25,14 +23,13 @@
<child>
<object class="GtkBox">
<property name="expand">True</property>
<property name="orientation">horizontal</property>
<property name="orientation">vertical</property>
<property name="margin">15</property>
<property name="spacing">20</property>
<property name="visible">True</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="width-request">250</property>
<property name="vexpand">True</property>
<property name="hexpand">False</property>
<property name="visible">True</property>
@ -41,6 +38,7 @@
<property name="shadow-type">in</property>
<property name="expand">True</property>
<property name="visible">True</property>
<property name="height-request">75</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
@ -184,7 +182,6 @@
<child>
<object class="DinoUiUtilEntryLabelHybrid" id="password_hybrid">
<property name="xalign">0</property>
<property name="width_request">200</property>
<property name="visibility">False</property>
<property name="visible">True</property>
</object>
@ -214,7 +211,6 @@
<child>
<object class="DinoUiUtilEntryLabelHybrid" id="alias_hybrid">
<property name="xalign">0</property>
<property name="width_request">200</property>
<property name="visible">True</property>
</object>
<packing>