This commit is contained in:
parent
a256dc33ed
commit
80ab7aa1b8
|
@ -150,6 +150,7 @@ namespace BITKit.UX
|
||||||
if (nextPanel.IsWindow)
|
if (nextPanel.IsWindow)
|
||||||
{
|
{
|
||||||
WindowEntryGruop.Entry(nextPanel);
|
WindowEntryGruop.Entry(nextPanel);
|
||||||
|
History.Push(CurrentPanel);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
WindowEntryGruop.Entry(-1);
|
WindowEntryGruop.Entry(-1);
|
||||||
|
|
|
@ -226,6 +226,25 @@ Label.tl {
|
||||||
Button {
|
Button {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#unity-progress-bar {
|
||||||
|
max-width: none;
|
||||||
|
max-height: none;
|
||||||
|
min-width: auto;
|
||||||
|
min-height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#unity-progress-bar Label {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
font-size: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
#unity-progress-bar > VisualElement > VisualElement {
|
#unity-progress-bar > VisualElement > VisualElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -379,3 +398,17 @@ TranslucentVisualElement {
|
||||||
Foldout Toggle Label {
|
Foldout Toggle Label {
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-ma-4 > * {
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-ma-8 > * {
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-right: 8px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue