mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-28 11:19:57 +00:00
start work on porting extscripts to *.desktop configuration
This commit is contained in:
@ -280,6 +280,7 @@ void GraphicalItem::setHeight(const int height)
|
||||
{
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
if (debug) qDebug() << PDEBUG << ":" << "Height" << height;
|
||||
if (height <= 0) return;
|
||||
|
||||
_height = height;
|
||||
}
|
||||
@ -289,6 +290,7 @@ void GraphicalItem::setWidth(const int width)
|
||||
{
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
if (debug) qDebug() << PDEBUG << ":" << "Width" << width;
|
||||
if (width <= 0) return;
|
||||
|
||||
_width = width;
|
||||
}
|
||||
|
Reference in New Issue
Block a user