mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
feat(dde-dock): change default value for dde-dock of position
This commit is contained in:
parent
e6a106fe24
commit
7114b79721
@ -56,7 +56,7 @@ MainPanelControl::MainPanelControl(QWidget *parent)
|
|||||||
, m_pluginLayout(new QBoxLayout(QBoxLayout::LeftToRight))
|
, m_pluginLayout(new QBoxLayout(QBoxLayout::LeftToRight))
|
||||||
, m_appAreaSonWidget(new QWidget(this))
|
, m_appAreaSonWidget(new QWidget(this))
|
||||||
, m_appAreaSonLayout(new QBoxLayout(QBoxLayout::LeftToRight))
|
, m_appAreaSonLayout(new QBoxLayout(QBoxLayout::LeftToRight))
|
||||||
, m_position(Position::Top)
|
, m_position(Position::Bottom)
|
||||||
, m_placeholderItem(nullptr)
|
, m_placeholderItem(nullptr)
|
||||||
, m_appDragWidget(nullptr)
|
, m_appDragWidget(nullptr)
|
||||||
, m_dislayMode(Efficient)
|
, m_dislayMode(Efficient)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user