mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- strech most windows to full screen
* switchable with existing switch for 'big_windows' * 'big_windows' default is on Conflicts: src/gui/bedit/bouqueteditor_bouquets.cpp src/gui/bedit/bouqueteditor_channels.cpp src/gui/bedit/bouqueteditor_chanselect.cpp
This commit is contained in:
@@ -98,11 +98,6 @@
|
||||
#include <video.h>
|
||||
extern cVideo * videoDecoder;
|
||||
|
||||
#ifdef ConnectLineBox_Width
|
||||
#undef ConnectLineBox_Width
|
||||
#endif
|
||||
#define ConnectLineBox_Width 16
|
||||
|
||||
#define AUDIOPLAYERGUI_SMSKEY_TIMEOUT 1000
|
||||
#define SHOW_FILE_LOAD_LIMIT 50
|
||||
|
||||
@@ -275,9 +270,10 @@ int CAudioPlayerGui::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
m_current = 0;
|
||||
|
||||
m_selected = 0;
|
||||
m_width=(g_settings.screen_EndX - g_settings.screen_StartX) - 2*ConnectLineBox_Width - 5;
|
||||
|
||||
m_height = (g_settings.screen_EndY - g_settings.screen_StartY - 5);
|
||||
m_width = m_frameBuffer->getScreenWidthRel();
|
||||
m_height = m_frameBuffer->getScreenHeightRel();
|
||||
|
||||
m_sheight = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight();
|
||||
|
||||
m_buttonHeight = std::max(25, m_sheight);
|
||||
|
Reference in New Issue
Block a user