Commit 5a7baccd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Simple prefs: make the buttons wider.

parent 05f6ff05
...@@ -102,6 +102,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent, bool sma ...@@ -102,6 +102,7 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent, bool sma
layout->setMargin( 0 ); layout->setMargin( 0 );
layout->setSpacing( 1 ); layout->setSpacing( 1 );
setMinimumWidth( 140 );
setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding); setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding);
setLayout( layout ); setLayout( layout );
......
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