mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 14:36:12 +00:00
Resize config window
This commit is contained in:
parent
09a62ab6ea
commit
be4ece3cf2
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>397</width>
|
<width>662</width>
|
||||||
<height>319</height>
|
<height>401</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
@ -34,6 +34,8 @@ QWidget *CustomDesktopMenu::createConfigurationInterface(QWidget *parent)
|
|||||||
QWidget *widget = new QWidget(parent);
|
QWidget *widget = new QWidget(parent);
|
||||||
m_ui.setupUi(widget);
|
m_ui.setupUi(widget);
|
||||||
widget->setWindowTitle(i18nc("plasma_containmentactions_customdesktopmenu", "Configure Application Launcher Plugin"));
|
widget->setWindowTitle(i18nc("plasma_containmentactions_customdesktopmenu", "Configure Application Launcher Plugin"));
|
||||||
|
widget->setFixedWidth(660);
|
||||||
|
widget->setFixedHeight(400);
|
||||||
m_ui.configData->setPlainText(m_menuConfig);
|
m_ui.configData->setPlainText(m_menuConfig);
|
||||||
m_ui.showAppsByName->setChecked(m_showAppsByName);
|
m_ui.showAppsByName->setChecked(m_showAppsByName);
|
||||||
return widget;
|
return widget;
|
||||||
|
Loading…
Reference in New Issue
Block a user