mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
Spreadsheet: Replace the help button's text with something we can render
This commit is contained in:
parent
91444de2cf
commit
82dde46a30
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ SpreadsheetWidget::SpreadsheetWidget(NonnullRefPtrVector<Sheet>&& sheets, bool s
|
||||||
auto& current_cell_label = top_bar.add<GUI::Label>("");
|
auto& current_cell_label = top_bar.add<GUI::Label>("");
|
||||||
current_cell_label.set_fixed_width(50);
|
current_cell_label.set_fixed_width(50);
|
||||||
|
|
||||||
auto& help_button = top_bar.add<GUI::Button>("🛈");
|
auto& help_button = top_bar.add<GUI::Button>("i");
|
||||||
help_button.set_fixed_size(20, 20);
|
help_button.set_fixed_size(20, 20);
|
||||||
help_button.on_click = [&](auto) {
|
help_button.on_click = [&](auto) {
|
||||||
if (!m_selected_view) {
|
if (!m_selected_view) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue