WIP Ui: Fix dialogs getting scrollbars in initiation

This commit is contained in:
Hadi Nategh 2022-08-30 10:39:57 +02:00
parent deabd5ae53
commit 342eb8461a
5 changed files with 5 additions and 5 deletions

View File

@ -412,7 +412,7 @@
<description/>
</row>
<row>
<tabbox id="tabs" span="all" width="100%" tab_height="250">
<tabbox id="tabs" span="all" width="100%" tab_height="320">
<tabs>
<tab id="general" label="Organisation"/>
<tab id="home" label="Private" statustext="Home address, Birthday, ..."/>

View File

@ -242,7 +242,7 @@
<taglist-cat id="category" height="190" empty_label="Categories" multiple="toggle" class="et2_fullWidth" rows="1" />
</row>
<row>
<tabbox id="tabs" span="all" tab_height="260">
<tabbox id="tabs" span="all" tab_height="300">
<tabs>
<tab id="description" label="Description" statustext="Full description"/>
<tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>

View File

@ -2723,7 +2723,7 @@ div#calendar-container div.calendar {
}
div#calendar-container div.calendar table {
background-color: #fafafa;
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
div#calendar-container div.calendar table thead .button {
background-color: #FFDD73;

View File

@ -186,7 +186,7 @@
</hbox>
</row>
<row>
<tabbox id="tabs" span="all" width="100%" tab_height="250px">
<tabbox id="tabs" span="all" width="100%" tab_height="300px">
<tabs>
<tab id="description" label="Description" statustext="longer textual description"/>
<tab id="details" label="Details" statustext="Location, priority , ..."/>

View File

@ -115,7 +115,7 @@
<date-timeonly id="end_time" class="et2_fullWidth"/>
</row>
<row>
<tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tab_height="165">
<tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tab_height="200">
<tabs>
<tab id="notes" label="Description"/>
<tab id="general" label="Details"/>