Add primitive support of low resolutions
This commit is contained in:
@@ -36,11 +36,10 @@ class SearchPanel: public KissPanel
|
||||
Q_OBJECT;
|
||||
|
||||
public:
|
||||
SearchPanel(KissCount* kiss, wxUI *parent);
|
||||
SearchPanel(KissCount* kiss, wxUI *parent, bool lowResolution);
|
||||
~SearchPanel();
|
||||
|
||||
KissPanel* CreatePanel();
|
||||
QPushButton* GetButton();
|
||||
QString GetToolTip();
|
||||
void OnShow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user