mirror of
				https://github.com/arcan1s/awesome-widgets.git
				synced 2025-10-31 05:13:40 +00:00 
			
		
		
		
	add resizing
This commit is contained in:
		| @ -192,10 +192,6 @@ void DesktopPanel::reinit() | ||||
|     } | ||||
|     labels.clear(); | ||||
|     proxyWidgets.clear(); | ||||
|     // layout | ||||
|     layout = new QGraphicsGridLayout(); | ||||
|     layout->setContentsMargins(1, 1, 1, 1); | ||||
|     setLayout(layout); | ||||
|  | ||||
|     // add | ||||
|     // layout | ||||
| @ -218,6 +214,10 @@ void DesktopPanel::reinit() | ||||
|     } | ||||
|  | ||||
|     updateText(true); | ||||
|     for (int i=0; i<proxyWidgets.count(); i++) { | ||||
|         labels[i]->adjustSize(); | ||||
|         proxyWidgets[i]->setGeometry(labels[i]->geometry()); | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user