mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
[Qt] remove size grip to get rid of the right margin
IMO nobody needs a size grip and it looks bad
This commit is contained in:
parent
8d0fd46460
commit
785bb81c6b
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) :
|
||||||
|
|
||||||
// Create status bar
|
// Create status bar
|
||||||
statusBar();
|
statusBar();
|
||||||
|
|
||||||
|
// Disable size grip because it looks ugly and nobody needs it
|
||||||
|
statusBar()->setSizeGripEnabled(false);
|
||||||
|
|
||||||
// Status bar notification icons
|
// Status bar notification icons
|
||||||
QFrame *frameBlocks = new QFrame();
|
QFrame *frameBlocks = new QFrame();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue