mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 20:30:59 +00:00
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! |
||
|---|---|---|
| .. | ||
| BackgroundSettings.gml | ||
| BackgroundSettingsWidget.cpp | ||
| BackgroundSettingsWidget.h | ||
| CMakeLists.txt | ||
| FontSettings.gml | ||
| FontSettingsWidget.cpp | ||
| FontSettingsWidget.h | ||
| main.cpp | ||
| MonitorSettings.gml | ||
| MonitorSettingsWidget.cpp | ||
| MonitorSettingsWidget.h | ||
| MonitorWidget.cpp | ||
| MonitorWidget.h | ||