mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-06 10:35:46 +00:00
edited profile reading
This commit is contained in:
@ -74,7 +74,7 @@ void Netctl::init()
|
||||
// icon
|
||||
iconWidget = new Plasma::IconWidget(KIcon(""), QString(), this);
|
||||
iconWidget->setPreferredSize(30, 30);
|
||||
connect(iconWidget, SIGNAL(doubleClicked()), this, SLOT(showGui()));
|
||||
connect(iconWidget, SIGNAL(clicked()), this, SLOT(showGui()));
|
||||
fullSpaceLayout->addItem(iconWidget);
|
||||
// text
|
||||
textLabel = new Plasma::Label();
|
||||
|
Reference in New Issue
Block a user