mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Code cleanup
This commit is contained in:
parent
e862b3861d
commit
9b60eac42b
1 changed files with 1 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ namespace Flow.Launcher
|
|||
|
||||
DataObject.AddPastingHandler(QueryTextBox, OnPaste);
|
||||
|
||||
this.Loaded += (_, _) =>
|
||||
Loaded += (_, _) =>
|
||||
{
|
||||
var handle = new WindowInteropHelper(this).Handle;
|
||||
var win = HwndSource.FromHwnd(handle);
|
||||
|
|
@ -70,11 +70,6 @@ namespace Flow.Launcher
|
|||
};
|
||||
}
|
||||
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private int _initialWidth;
|
||||
private int _initialHeight;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue