mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
remove extra defaults
This commit is contained in:
parent
fa52a8fa70
commit
b2ce53f6d8
@ -5,7 +5,7 @@ using namespace app::browser::main;
|
||||
Tab::Tab()
|
||||
{
|
||||
set_scrollable(
|
||||
SCROLLABLE
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
@ -18,7 +18,7 @@ void Tab::append(
|
||||
) {
|
||||
// Init new tab label
|
||||
Gtk::Label * name = new Gtk::Label(
|
||||
LABEL
|
||||
_("New tab")
|
||||
);
|
||||
|
||||
// Setup label controller
|
||||
@ -50,7 +50,7 @@ void Tab::append(
|
||||
|
||||
set_tab_reorderable(
|
||||
* data,
|
||||
REORDERABLE
|
||||
true
|
||||
);
|
||||
|
||||
if (focus)
|
||||
|
@ -20,25 +20,6 @@ namespace app::browser::main
|
||||
|
||||
public:
|
||||
|
||||
const bool SCROLLABLE = true;
|
||||
const bool REORDERABLE = true;
|
||||
|
||||
const char * LABEL = _("New tab");
|
||||
|
||||
class Navbar
|
||||
{
|
||||
public:
|
||||
|
||||
Navbar();
|
||||
};
|
||||
|
||||
class Body
|
||||
{
|
||||
public:
|
||||
|
||||
Body();
|
||||
};
|
||||
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
Loading…
x
Reference in New Issue
Block a user