diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-21 15:50:34 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-21 15:50:34 +0300 |
| commit | 37011fc22d2d821f5370e21b626dc295a002defa (patch) | |
| tree | fc74d1f01993c3b5661d1a48405145c5d78001a0 /include/courtroom.h | |
| parent | ee918a4f818326cba66ec07bf4be57c4d67c08da (diff) | |
Remove background-color stylesheet from the set_qfont (allowing stylesheets to properly initialize custom backgrounds for labels w/ transparent ones)
rename "set_dropdown_ to "set_stylesheet" cuz that's what it is
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index bba38b61..2e007d27 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -143,10 +143,10 @@ public: void set_fonts(QString p_char = ""); // sets dropdown menu stylesheet - void set_dropdown(QWidget *widget); + void set_stylesheet(QWidget *widget); // helper funciton that call above function on the relevant widgets - void set_dropdowns(); + void set_stylesheets(); void set_window_title(QString p_title); |
