mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 08:17:59 +01:00
Make line endings explicit in editorconfig and share in sub projects, also apply editorconfig everywhere and move some namespaces.
This commit is contained in:
parent
53adb6fa54
commit
2b4a01df06
155 changed files with 1620 additions and 1614 deletions
|
|
@ -58,11 +58,12 @@ public class CollectionsTab : IDisposable, ITab
|
|||
|
||||
public void DrawContent()
|
||||
{
|
||||
var width = ImGui.CalcTextSize("nnnnnnnnnnnnnnnnnnnnnnnnnn").X;
|
||||
var width = ImGui.CalcTextSize("nnnnnnnnnnnnnnnnnnnnnnnnnn").X;
|
||||
using (var group = ImRaii.Group())
|
||||
{
|
||||
_selector.Draw(width);
|
||||
}
|
||||
|
||||
_tutorial.OpenTutorial(BasicTutorialSteps.EditingCollections);
|
||||
|
||||
ImGui.SameLine();
|
||||
|
|
@ -91,7 +92,7 @@ public class CollectionsTab : IDisposable, ITab
|
|||
color.Pop();
|
||||
_tutorial.OpenTutorial(BasicTutorialSteps.SimpleAssignments);
|
||||
ImGui.SameLine();
|
||||
|
||||
|
||||
color.Push(ImGuiCol.Button, ImGui.GetColorU32(ImGuiCol.TabActive), Mode is PanelMode.IndividualAssignment);
|
||||
if (ImGui.Button("Individual Assignments", buttonSize))
|
||||
Mode = PanelMode.IndividualAssignment;
|
||||
|
|
@ -112,7 +113,7 @@ public class CollectionsTab : IDisposable, ITab
|
|||
color.Pop();
|
||||
_tutorial.OpenTutorial(BasicTutorialSteps.CollectionDetails);
|
||||
ImGui.SameLine();
|
||||
|
||||
|
||||
style.Push(ImGuiStyleVar.FrameBorderSize, ImGuiHelpers.GlobalScale);
|
||||
color.Push(ImGuiCol.Text, ColorId.FolderExpanded.Value())
|
||||
.Push(ImGuiCol.Border, ColorId.FolderExpanded.Value());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue