ladybird/Userland/Applications/DisplaySettings
sin-ack 9c9a5c55cb Userland+LibGUI: Make Margins arguments match CSS ordering
Previously the argument order for Margins was (left, top, right,
bottom). To make it more familiar and closer to how CSS does it, the
argument order is now (top, right, bottom, left).
2021-08-18 10:30:50 +02:00
..
BackgroundSettings.gml DisplaySettings: Remove the trailing dot from tooltip and window title 2021-08-14 15:20:21 +02:00
BackgroundSettingsWidget.cpp DisplaySettings: Pass the parent window to the FilePicker 2021-08-14 15:20:21 +02:00
BackgroundSettingsWidget.h
CMakeLists.txt DisplaySettings: Add new Desktop tab with virtual desktop settings 2021-07-03 12:27:23 +02:00
DesktopSettings.gml Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00
DesktopSettingsWidget.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
DesktopSettingsWidget.h DisplaySettings: Add new Desktop tab with virtual desktop settings 2021-07-03 12:27:23 +02:00
FontSettings.gml
FontSettingsWidget.cpp
FontSettingsWidget.h
main.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
MonitorSettings.gml Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00
MonitorSettingsWidget.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
MonitorSettingsWidget.h DisplaySettings: Add ComboBox to allow selecting other screens 2021-07-21 00:06:58 +02:00
MonitorWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
MonitorWidget.h