some tooltip updates
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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]()
|
||||
|
||||
Reference in New Issue
Block a user