From accf8adf972ec28da489c4dfc5cfa89453d88f03 Mon Sep 17 00:00:00 2001 From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Fri, 7 Jun 2024 07:28:55 -0400 Subject: [PATCH 1/2] Fixed the guidebook listing every single rule (#28680) * Well i tried this way * New approach (start) * Did it * makes spacelaw available, put it under sec --- .../Guidebook/Controls/GuidebookWindow.xaml | 8 ++- .../Controls/GuidebookWindow.xaml.cs | 11 ++++ .../Guidebook/GuidebookUIController.cs | 3 ++ Content.Shared/Guidebook/GuideEntry.cs | 2 + Resources/Prototypes/Guidebook/rules.yml | 51 ++++++++++++++++++- Resources/Prototypes/Guidebook/security.yml | 1 + Resources/Prototypes/Guidebook/ss14.yml | 3 -- 7 files changed, 73 insertions(+), 6 deletions(-) diff --git a/Content.Client/Guidebook/Controls/GuidebookWindow.xaml b/Content.Client/Guidebook/Controls/GuidebookWindow.xaml index cc6cc6e82b0..b52eacfa722 100644 --- a/Content.Client/Guidebook/Controls/GuidebookWindow.xaml +++ b/Content.Client/Guidebook/Controls/GuidebookWindow.xaml @@ -2,7 +2,7 @@ xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls" xmlns:fancyTree="clr-namespace:Content.Client.UserInterface.Controls.FancyTree" xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls" - SetSize="750 700" + SetSize="850 700" MinSize="100 200" Resizable="True" Title="{Loc 'guidebook-window-title'}"> @@ -21,9 +21,13 @@ Margin="0 5 10 5"> + +