Kaydet (Commit) 05de5c9b authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

make tabbar buttons flat by default

Change-Id: I31066defc8d3c645b2cd809f1e445178c95fc50e
üst 108cd7a3
...@@ -95,7 +95,7 @@ class ImplTabButton : public PushButton ...@@ -95,7 +95,7 @@ class ImplTabButton : public PushButton
{ {
public: public:
ImplTabButton(TabBar* pParent, WinBits nWinStyle = 0) ImplTabButton(TabBar* pParent, WinBits nWinStyle = 0)
: PushButton(pParent, nWinStyle | WB_RECTSTYLE | WB_SMALLSTYLE | WB_NOLIGHTBORDER | WB_NOPOINTERFOCUS) : PushButton(pParent, nWinStyle | WB_FLATBUTTON | WB_RECTSTYLE | WB_SMALLSTYLE | WB_NOLIGHTBORDER | WB_NOPOINTERFOCUS)
{} {}
TabBar* GetParent() const TabBar* GetParent() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment