mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-20 19:39:47 +08:00
Fix UI issues
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="TxtHotKey.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
<value>Bottom, Right</value>
|
||||
</data>
|
||||
<data name="TxtHotKey.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>262, 210</value>
|
||||
@@ -301,7 +301,7 @@
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="LblHotKeyLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Bottom, Left, Right</value>
|
||||
<value>Bottom, Right</value>
|
||||
</data>
|
||||
<data name="LblHotKeyLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
|
@@ -90,7 +90,7 @@ namespace GrasscutterTools.Pages
|
||||
private void TxtSceneFilter_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
UIUtil.ListBoxFilter(ListScenes, Scenes, TxtSceneFilter.Text);
|
||||
TxtSceneFilter.Visible = TxtSceneFilter.Text.Length > 0;
|
||||
LblClearFilter.Visible = TxtSceneFilter.Text.Length > 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@@ -181,6 +181,7 @@ namespace GrasscutterTools.Pages
|
||||
FormMain.Instance.ResetPageTabOrders();
|
||||
FormMain.Instance.UpdatePagesNav();
|
||||
InitPageList();
|
||||
isChanged = true;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user