some tooltip updates

This commit is contained in:
T1ti
2024-05-25 01:29:09 +02:00
parent e52d06ff68
commit c05b08fd9a
2 changed files with 2 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ namespace Noggit
paint_label->setStyleSheet(header_style);
texture_layout->addRow(paint_label);
generate_hotkey_row({FontNoggit::ctrl, FontNoggit::shift, FontNoggit::alt, FontNoggit::lmb }, "\a+\a+\a+\aOpen texture picker for the chunk", texture_layout);
generate_hotkey_row({FontNoggit::ctrl, FontNoggit::shift, FontNoggit::alt, FontNoggit::lmb }, "\a+\a+\a+\aErase textures", texture_layout);
generate_hotkey_row({FontNoggit::shift, FontNoggit::lmb }, "\a+\aDraw texture or fills if chunk is empty", texture_layout);
generate_hotkey_row({FontNoggit::alt, FontNoggit::lmb_drag }, "\a+\aChange radius", texture_layout);
generate_hotkey_row({FontNoggit::alt, FontNoggit::rmb_drag }, "\a+\aChange hardness", texture_layout);

View File

@@ -22,7 +22,7 @@ ImageMaskSelector::ImageMaskSelector( MapView* map_view, QWidget* parent)
_pixmap = QPixmap{128, 128};
_pixmap.fill(Qt::black);
_ui.curImageLabel->setPixmap(_pixmap);
_ui.curImageLabel->setToolTip("No image");
_ui.curImageLabel->setToolTip("No image. Place grayscale images in your Samples folder.");
connect(_ui.curImageLabel, &Noggit::Ui::ClickableLabel::clicked,
[this]()