ladybird/Userland/Applications/DisplaySettings
Thomas Keppler 7dfc804d7d FontSettingsWidget: Reduce duplication in Label setup code
Pull out the Label updating code into its own function.
Ideally, we should probably transform this code to use its own widget
rather than doing this all in-line.
I.e., having a `FontSettingWidget` that that ties the FontPicker, Label
and Button into its own little widget, so that we can stay extendible in
the main widget and reduce duplication some more!
2021-05-24 09:08:23 +01:00
..
BackgroundSettings.gml DisplaySettings: Give the UI a facelift :^) 2021-05-20 00:03:30 +02:00
BackgroundSettingsWidget.cpp WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode 2021-05-20 17:52:38 +02:00
BackgroundSettingsWidget.h DisplaySettings: Give the UI a facelift :^) 2021-05-20 00:03:30 +02:00
CMakeLists.txt DisplaySettings: Add "Fonts" tab 2021-05-21 20:15:51 +02:00
FontSettings.gml DisplaySettings: Add "Fonts" tab 2021-05-21 20:15:51 +02:00
FontSettingsWidget.cpp FontSettingsWidget: Reduce duplication in Label setup code 2021-05-24 09:08:23 +01:00
FontSettingsWidget.h FontSettingsWidget: Promote Labels as instance members 2021-05-24 09:08:23 +01:00
main.cpp DisplaySettings: Add "Fonts" tab 2021-05-21 20:15:51 +02:00
MonitorSettings.gml DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidget 2021-05-20 00:03:30 +02:00
MonitorSettingsWidget.cpp DisplaySettings: Fix broken path to MonitorSettingsWidget's GML 2021-05-20 00:25:15 +02:00
MonitorSettingsWidget.h DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidget 2021-05-20 00:03:30 +02:00
MonitorWidget.cpp DisplaySettings: Allow deselection of background image 2021-05-21 21:17:30 +04:30
MonitorWidget.h DisplaySettings: Improve wallpaper preview code 2021-05-20 17:52:38 +02:00