mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
DesktopPicker: Make sure the applet always ends up in the same place
This commit is contained in:
parent
d3c25593b9
commit
027bfc4eff
Notes:
sideshowbarker
2024-07-18 08:35:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/027bfc4effd
2 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,7 @@ DoubleClickSpeed=250
|
|||
Mode=stretch
|
||||
|
||||
[Applet]
|
||||
Order=CPUGraph,MemoryGraph,Network,ClipboardHistory,Audio
|
||||
Order=DesktopPicker,CPUGraph,MemoryGraph,Network,ClipboardHistory,Audio
|
||||
|
||||
[VirtualDesktops]
|
||||
Rows=2
|
||||
|
|
|
@ -32,6 +32,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
auto window = DesktopStatusWindow::construct();
|
||||
window->set_title("DesktopPicker");
|
||||
window->resize(28, 16);
|
||||
window->show();
|
||||
window->make_window_manager(WindowServer::WMEventMask::VirtualDesktopChanges);
|
||||
|
|
Loading…
Reference in a new issue